本文主要是介绍(xcode5.0 DEV target:iOS5.0) Could not find a storyboard named 'Main' in bundle,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
用xcode5.0新建工程,将development target 设置为5.0,
1、编译后生成IPA系5.0设备上会出现闪退。
2、在5.0的设备上运行报错“Could not find a storyboard named 'Main' in bundle”
解决办法如下:
打开storyboard,将设置改为如下图所示,再运行即可
说明:Use Alutolayout去掉钩 并且Localization里的English打钩后还要选择interface builder...
这篇关于(xcode5.0 DEV target:iOS5.0) Could not find a storyboard named 'Main' in bundle的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!