我有Xcode 4.2,每当我掌握模拟器的手稿时,我就会发出警钟。 该行主档案中的断点:
int retVal = UIApplicationMain(argc, argv, nil, nil);
I know that when I force quit the app (from xcode s stop button) it would make sense to receive this, but I dont receive this when I do the same thing on my other apps. Sometimes I get a random sigkill message when I run the app (probably memory related, but I haven t found it yet)
任何建议?