Thread1 signal SIGABRT error?

Hello
When i run a line of code from a third party plugin (Soomla) i get an error. I am running my code in XCode simulator and with cocos2d-x ver 2.1.3. Can anyone clarify what this means or how i can fix it?

#import
int main(int argc, char *argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, @“AppController”); <<<<<<<(XCode says error is here) Thread 1:signal SIGABRT
[pool release];
return retVal;