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