I am getting the following error while building app on IOS 9 devices.. No issues with older version ios. . Anyway to fix this issue .
see the error details the end of application launch' *** First throw call stack: (0x183fc8f5c 0x198bbff80 0x183fc8e2c 0x184eb7f3c 0x1897c0688 0x1897bd2e4 0x18dd0f7ec 0x18dd0fb6c 0x183f805a4 0x183f80038 0x183f7dd38 0x183eacdc0 0x18958c0ac 0x189586f44 0x10007b154 0x1993ea8b8) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
#import <UIKit/UIKit.h>
int main(int argc, char *argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, nil); Thread 1 signal SIGABRT
[pool release];
return retVal;