Re: Use of Application nib file template
Re: Use of Application nib file template
- Subject: Re: Use of Application nib file template
- From: Kyle Sluder <email@hidden>
- Date: Sun, 29 Jan 2012 08:54:20 -0800
On Jan 29, 2012, at 3:55 AM, Rick Mann <email@hidden> wrote:
> Figured it out. Some of the objects in my new nib weren't properly set up.
>
> In this day and age of Xcode 4 and iOS 5, I'm really disappointed that the NIB loading still doesn't report errors very well.
When it threw an exception, did you break in the debugger? By default, Xcode breaks on objc_exception_throw. Obviously you will need to hit Continue if you want to see any log output. Or you could just print the first argument; consult your local ABI documentation for more info.
--Kyle Sluder
_______________________________________________
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