Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
IOS 工程编译的时候上述错误的解决办法:
1.在Main.storyboard 的viewcontroller中选中一个并设置“Is Initial View Controller”为选中状态,如图:
Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
IOS 工程编译的时候上述错误的解决办法:
1.在Main.storyboard 的viewcontroller中选中一个并设置“Is Initial View Controller”为选中状态,如图: