在将记录插入sqlite数据库时似乎没有有效的编译故事板?

时间:2016-04-02 11:35:23

标签: ios storyboard

我正在开发一个应用程序,我从服务器获取数据&将数据保存到本地sqlite数据库。但是数据太多了,我插入了数百个记录。在将记录插入数据库的一点我的应用程序得到以下错误消息&得到了崩溃.Plaese告诉为什么会出现这个问题?

2016-04-02 16:59:41.406 [2057:107245] -[UIApplication endIgnoringInteractionEvents] called without matching -beginIgnoringInteractionEvents. Ignoring.
2016-04-02 16:59:41.535 [2057:107245] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'There doesn't seem to be a valid compiled storyboard at path '/Users/apple/Library/Developer/CoreSimulator/Devices/927CC377-23D5-4648-8D78-05B117A19C5C/data/Containers/Bundle/Application/B1677AEC-3672-45EB-A80E-CAD2AEECB767/MyApp.app/Base.lproj/Main~iphone.storyboardc''

1 个答案:

答案 0 :(得分:0)

当捆绑目标不是通用时,会出现此错误。因此,请确保捆绑包的构建设置中的目标设备系列设置为iPhone和iPad。

enter image description here