Re: Error migrating: "Unacceptable type of value for attribute"
Re: Error migrating: "Unacceptable type of value for attribute"
- Subject: Re: Error migrating: "Unacceptable type of value for attribute"
- From: Kyle Sluder <email@hidden>
- Date: Sat, 28 Feb 2015 14:06:57 -0800
On Feb 28, 2015, at 11:25 AM, Jerry Krinock <email@hidden> wrote:
>
>
>> On 2015 Feb 27, at 20:10, Rick Mann <email@hidden> wrote:
>>
>> *** Terminating app due to uncaught exception ‘NSInvalidArgumentException' …
>> Any ideas?
>
> Maybe add a symbolic breakpoint at ‘NSInvalidArgumentException’, and when it breaks, poke around.
NSInvalidArgumentException is a string, not a function. It’s one of the exception types passed as the first argument to +[NSException raise:…]. You can’t set a breakpoint on it.
>
> I don’t know whether or not that particular breakpoint is included in “All Objective-C Exceptions”.
Yes, “All Objective-C Exceptions” will catch it.
--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