Re: Tracking down SIGABRTs
Re: Tracking down SIGABRTs
- Subject: Re: Tracking down SIGABRTs
- From: Roland King <email@hidden>
- Date: Mon, 30 Apr 2012 11:35:44 +0800
That's autogenerated code, came from the project template.
On Apr 30, 2012, at 11:33 AM, Alex Zavatone wrote:
>
> On Apr 29, 2012, at 11:26 PM, Roland King wrote:
>
>> At least during development I do this to main.m
>>
>> int main(int argc, char *argv[])
>> {
>> @autoreleasepool {
>> @try
>> {
>> return UIApplicationMain(argc, argv, nil, NSStringFromClass([HIPAppDelegate class]));
>> }
>> @catch (NSException *exception)
>> {
>> NSLog( @"Exception in main %@\n%@", [ exception description ], [ exception callStackSymbols ] );
>> }
>> }
>> }
>
> Awesome. What's the renaming of AppDelegate? HIPAppDelegate
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden