/Users/junhoha/Downloads/BackgroundVideoiOS-master/Demo-Swift/Demo/BackgroundVideo.swift:28:51: 'characters' is deprecated: Please use String or Substring directly

Deprecations Group

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/MainViewController.mm:288:21: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: 'UIAlertView' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/MainViewController.mm:117:13: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: 'UIAlertView' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/MainViewController.mm:188:44: 'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden]

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:459:63: Property 'statusBarHidden' is declared deprecated here

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:459:63: 'setStatusBarHidden:' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/MainViewController.mm:206:5: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: 'UIAlertView' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/MainViewController.mm:312:40: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:127:1: 'openURL:' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/MainViewController.mm:430:9: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: 'UIAlertView' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/PageView/AnalysisView.mm:221:45: 'CFReadStreamCreateWithFTPURL' is deprecated: first deprecated in iOS 9.0 - Use NSURLSessionAPI for ftp requests

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h:321:1: 'CFReadStreamCreateWithFTPURL' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/PageView/AnalysisView.mm:224:63: 'kCFStreamPropertyFTPUserName' is deprecated: first deprecated in iOS 9.0 - Use NSURLSessionAPI for ftp requests

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h:62:30: 'kCFStreamPropertyFTPUserName' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/PageView/AnalysisView.mm:225:63: 'kCFStreamPropertyFTPPassword' is deprecated: first deprecated in iOS 9.0 - Use NSURLSessionAPI for ftp requests

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h:74:30: 'kCFStreamPropertyFTPPassword' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/PageView/AnalysisView.mm:226:68: 'kCFStreamPropertyFTPUsePassiveMode' is deprecated: first deprecated in iOS 9.0 - Use NSURLSessionAPI for ftp requests

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/CFNetwork.framework/Headers/CFFTPStream.h:86:30: 'kCFStreamPropertyFTPUsePassiveMode' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/PageView/MorpheusView.m:92:24: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid.

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:592:1: 'stringByAddingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/PageView/MorpheusView.m:93:44: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:127:1: 'openURL:' has been explicitly marked deprecated here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/PageView/MorpheusView.m:95:44: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:127:1: 'openURL:' has been explicitly marked deprecated here

Unused Entity Issue Group

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/MainViewController.mm:34:19: Unused variable 'storyboard'

Semantic Issue Group

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/Util/Public/minizip/unzip.c:943:52: Possible misuse of comma operator here

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/Util/Public/minizip/unzip.c:943:9: Cast expression to void to silence warning

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/Util/Public/minizip/zip.c:182:64: This function declaration is not a prototype

/Applications/ycode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/usr/include/zconf.h:290:23: Expanded from macro 'OF'

/Users/junhoha/Downloads/BackgroundVideoiOS-master/Demo-ObjC/BackgroundVideoDemo/BackgroundVideoObjC.m:50:1: Method possibly missing a [super dealloc] call

Asset Catalog Compiler Warning Group

 

/Users/junhoha/sourcetree_repo/iOS_Previewty/Mproject/aligntech/Medytox/Images.xcassets: The app icon set "AppIcon" has 4 unassigned children.

 

스토리 보드를 안쓰면 좋겠지만, 너무 편하다.

편하라고 만들어 놓은 것이니...

어드민 페이지 만드는데 스토리 보드를 나눌 때 유용하다.

https://stackoverflow.com/questions/42171364/set-app-entry-point-programmatically-in-appdelegate


accepted

Consider not having an entry point. Then, in appDelegate, test for your variable and choose the appropriate storyboard accordingly. Then show the view controller from that storyboard.

'Blog History' 카테고리의 다른 글

490  (0) 2020.06.14
489  (0) 2020.06.14
487  (0) 2020.06.14
486  (0) 2020.06.14
485  (0) 2020.06.14

+ Recent posts