Extension in iOS8 - Terminating since there is no system app

ios, ios-app-extension, ios8

Solution

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

Problem

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

Original source

Related problems