I\'m trying to build an today extension for my app.
I\'m using CoreData and NSFetchedResultsController and get the following error:
CoreData
NSFetchedResultsController
A Today Extension isn't an application, so UIApplication and AppDelegate aren't available. I'm not for sure what you are trying to do with the AppDelegate, but extensions do have a NSExtensionContext available by calling:
self.extensionContext