Extension in iOS8 - Terminating since there is no system app

后端 未结 3 1882
予麋鹿
予麋鹿 2021-02-20 09:53

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 Syst

相关标签:
3条回答
  • 2021-02-20 10:40

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

    0 讨论(0)
  • 2021-02-20 10:41

    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?

    0 讨论(0)
  • 2021-02-20 10:45

    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.

    0 讨论(0)
提交回复
热议问题