Xcode 7 beta: Existing app crashes

Hello, I have an app which runs ok on iOS7-iOS8.3 on Xcode 6. But when I run it in Xcode 7 it crashes with the following error message and stack trace:


"

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSProxy doesNotRecognizeSelector:applicationDidBecomeActive:] called!'

*** First throw call stack:

(

0 CoreFoundation 0x000000010f91a885 __exceptionPreprocess + 165

1 libobjc.A.dylib 0x000000010f393df1 objc_exception_throw + 48

2 CoreFoundation 0x000000010f91a7bd +[NSException raise:format:] + 205

3 CoreFoundation 0x000000010f86fe3a ___forwarding___ + 970

4 CoreFoundation 0x000000010f86f9e8 _CF_forwarding_prep_0 + 120

5 UIKit 0x000000010d988cf2 -[UIApplication _stopDeactivatingForReason:] + 890

6 UIKit 0x000000010d9911b5 -[UIApplication _runWithMainScene:transitionContext:completion:] + 2464

7 UIKit 0x000000010d98e73f -[UIApplication workspaceDidEndTransaction:] + 188

8 FrontBoardServices 0x000000011102dd7b FrontBoardServices + 163195

9 FrontBoardServices 0x000000011102e118 FrontBoardServices + 164120

10 CoreFoundation 0x000000010f8450f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17

11 CoreFoundation 0x000000010f83aeac __CFRunLoopDoSources0 + 556

12 CoreFoundation 0x000000010f83a363 __CFRunLoopRun + 867

13 CoreFoundation 0x000000010f839d78 CFRunLoopRunSpecific + 488

14 UIKit 0x000000010d98e091 -[UIApplication _run] + 402

15 UIKit 0x000000010d99279b UIApplicationMain + 171

16 ShopRunner 0x000000010c3f3221 ShopRunner + 12833

17 libdyld.dylib 0x000000010fdc8a05 libdyld.dylib + 10757

)

libc++abi.dylib: terminating with uncaught exception of type NSException

"


I have tried changing the Deployment Target from 7.0 to 9.0, among many other settings changes and even reducing the app delegate to barebones just to see if the error would go away, without any change in outcome. I did successfully create an entirely new template project using Xcode 7 which ran fine. Have any ideas what might be going on or other things to try?

Symbolicate the crash log and it will tell you exactly which line of code is the offender.

Did you resolve this issue ? I am still facing this.

Hi, Did anyone run into this issue ? Any help is appreciated.

Xcode 7 beta: Existing app crashes
 
 
Q