I'm trying to build an today extension for my app.
I'm using CoreData
and NSFetchedResultsController
and get the following error:
Use of undeclared type 'AppDelegate'
In this line of code:
var appDel: AppDelegate = UIApplication.sharedApplication().delegate as AppDelegate.
Does someone know how to solve this error / use AppDelegate in the today extension and would like to help me?