任何指针我们如何在发布模式下调试应用程序,它甚至在第一行就崩溃了,下面是代码片段
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
debugLog<<" inside app did finish launching "<<endl;
**// here its crashing**
[self InitAppController];
[AppUtil createAppMacFolder];
}