I'm doing Unit Tests in Swift, and am running into a problem. Every time I run the tests, I get the error:
Could not cast value of type 'app.AppDelegate' to 'app_Tests.AppDelegate'
I made sure that the AppDelegate was unchecked from the tests bundle, and the view controllers cannot access the app delegate anymore. Does anyone have a solution to this problem. Thanks in advance!