首页 > 代码库 > iOS Could not find a storyboard named 'Main' in bundle NSBundle
iOS Could not find a storyboard named 'Main' in bundle NSBundle
1、在最新的Xcode6.0之后新建项目默认的是使用Main.storyboard,有些人习惯用storyboard有些人不习惯使用,当我们新建项目删除storyboard时我们运行项目发现会报错:Could not find a storyboard named ‘Main‘ in bundle NSBundle,这是因为我们把storyboard删除了,而storyboard相对的路径没有删除
2、删除Main.storyboard后,我们需要在AppDelegate.m中初始化一个window进行使用,否则应用程序没有window可用
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
iOS Could not find a storyboard named 'Main' in bundle NSBundle
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。