Skip to content

Instantly share code, notes, and snippets.

@motoishmz
Created June 28, 2013 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motoishmz/5883877 to your computer and use it in GitHub Desktop.
Save motoishmz/5883877 to your computer and use it in GitHub Desktop.
int main(int argc, char *argv[])
{
@try {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([MyAppDelegate class]));
}
}
@catch (NSException *exception) {
NSLog(@"%@", exception.callStackSymbols);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment