Extension in iOS8 - Terminating since there is no system app

白昼怎懂夜的黑 提交于 2019-12-05 15:42:00

问题


Trying to run my iOS widget that is a "Today" extension. Every time i try to add it to the notification center, i keep getting the message "Terminating since there is no System App

Any ideas on how to fix this?

Im trying to make an extension that has a tableview in it


回答1:


In your project settings look for a setting that says "Launch Screen File" and remove anything so it is blank then clean and build.




回答2:


I was having the same problem - Are you using swift? Commenting out the "init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: NSBundle?)" function as suggested in this response fixed it for me: iOS 8 Beta Today extension widget not showing in a Swift app?




回答3:


I ran in to this issue with Swift in Xcode 6 - Beta 5. The error just seemed to appear randomly, and restarting Xcode fixed it.



来源:https://stackoverflow.com/questions/24064147/extension-in-ios8-terminating-since-there-is-no-system-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!