编译“线程1:信号SIGABRT”后出错

时间:2017-01-18 19:17:13

标签: c++ ios objective-c xcode cocos2d-x

我在编译我的应用程序后得到此错误应用程序刚冻结它以前工作,但现在它冻结而不加载。显示此错误的代码:

#import <UIKit/UIKit.h>

int main(int argc, char *argv[]) {

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

int retVal = UIApplicationMain(argc, argv, nil, @"AppController");//(error is on this line)

[pool release];

return retVal;

}

0 个答案:

没有答案