I'm using xcode 4.3.3, i know this is a newer version of xcode then used in the book, but i was wondering why my InstaEmail app was not sending and getting stuck in the main. Everything is displaying and the MessageUI framework is connected.
The problem occurs after the @autoreleasepool { of the main.m
It's a thread 1 SIGABRT error that occurs on line the reads:
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
please help!











