Ios 没有';在将记录插入sqlite数据库时,它似乎不是有效的编译脚本?

Ios 没有';在将记录插入sqlite数据库时,它似乎不是有效的编译脚本?,ios,storyboard,Ios,Storyboard,我正在开发一个应用程序,在其中我从服务器获取数据并将数据保存到本地sqlite数据库。但是数据太多,我正在插入数百条记录。在向数据库插入记录时,我的应用程序在错误消息下方某一点出现故障。请告诉我为什么会出现此问题 2016-04-02 16:59:41.406 [2057:107245] -[UIApplication endIgnoringInteractionEvents] called without matching -beginIgnoringInteractionEvents. Ig

我正在开发一个应用程序,在其中我从服务器获取数据并将数据保存到本地sqlite数据库。但是数据太多,我正在插入数百条记录。在向数据库插入记录时,我的应用程序在错误消息下方某一点出现故障。请告诉我为什么会出现此问题

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''

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