It indicates that part of code
[AppDelegate _initialize];
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
That is log :
libc++abi.dylib: terminating with uncaught exception of type NSException
How to solve it?