本文介绍了找不到名为'MainStoryboard_iPad'的故事板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我无法在模拟器中运行我的项目,因为我收到此错误:
I cannot run my project in simulator because i get this error:
找不到名为'MainStoryboard_iPad'的故事板
Could not find a storyboard named 'MainStoryboard_iPad'
但故事板就在那里。
谢谢
But the storyboard is there.Thank you
推荐答案
我设法通过以下步骤在我的iPad App中解决了这个问题:
I managed to solve this problem in my iPad App through the following steps:
- 检查构建阶段
- 编辑Info.plist文件以添加选项主故事板文件基本名称( iPad)
就像在这张图片中一样:
Just like in this picture:
这篇关于找不到名为'MainStoryboard_iPad'的故事板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!