Posts

Post not yet marked as solved
14 Replies
25k Views
Running fine in simulator but crashes in device.No crash logs recorded.In line error shown after launching the app Thread 1: EXC_BAD_ACCESS (code=1, address=0x81b4288100000002).No main or didFinishLaunchingWithOptions is called yet.Tried re-installing the application. Tried "Eare All Content and Settings" but it does not work.Enabled zombie objects but even that did not help(no logs recorded).main methodint main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); }}
Posted
by AbhishekB.
Last updated
.