码迷,mamicode.com
首页 > 其他好文 > 详细

Could not find a storyboard named 'Main' in bundle NSBundle

时间:2014-07-16 20:43:35      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   文件   2014   div   

1、删掉工程中main.storyboard 后要删除plist文件中对应的键值,否则会报如下错误: Could not find a storyboard named ‘Main‘ in bundle NSBundle

bubuko.com,布布扣

2、删除main.storyboard后,需要在AppDelegate.m中初始化一个window进行使用,否则应用程序没有window可用。

self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];

 

bubuko.com,布布扣

Could not find a storyboard named 'Main' in bundle NSBundle,布布扣,bubuko.com

Could not find a storyboard named 'Main' in bundle NSBundle

标签:blog   http   使用   文件   2014   div   

原文地址:http://www.cnblogs.com/ygm900/p/3836580.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!