Skip to content

Instantly share code, notes, and snippets.

@motoishmz
Created June 28, 2013 10:48
Show Gist options
  • Select an option

  • Save motoishmz/5883877 to your computer and use it in GitHub Desktop.

Select an option

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