且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

iOS8中的扩展 - 终止,因为没有系统应用程序

更新时间:2023-02-03 09:03:49

我遇到了同样的问题 - 你是否正在使用swift?注释掉init(nibName nibNameOrNil:String?,bundle nibBundleOrNil:NSBundle?)函数,如本回复中所建议的那样为我修复了它:
iOS 8 Beta Today扩展小部件未在Swift应用中显示?


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

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?