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

Could not find a storyboard named 'Main' in bundle NSBundle </Users/tianxiao/

时间:2014-08-05 22:27:20      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   文件   2014   ar   div   log   

 

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]];

 

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

Could not find a storyboard named 'Main' in bundle NSBundle </Users/tianxiao/

标签:blog   http   使用   文件   2014   ar   div   log   

原文地址:http://www.cnblogs.com/monnRedShine/p/3893241.html

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