Re: Tracking down SIGABRTs
Re: Tracking down SIGABRTs
- Subject: Re: Tracking down SIGABRTs
- From: Charlie Dickman <email@hidden>
- Date: Sun, 29 Apr 2012 23:00:48 -0400
It sounds to me like your xib (nib) file has been "corrupted". For example, it's possible that you have somehow destroyed, say, a link between an object (view?) and its counterpart in your implementation or a link between an object like a button or a textfield and it's IBAction.
I suggest that you check your xib thoroughly.
On Apr 29, 2012, at 10:50 PM, Alex Zavatone wrote:
> I've had the joy of trying to reassemble my app which a co worker improved last week by moving it to storyboarding. What's popping up every now and then as I try to wire views together are instant SIGABRTs with no indication why this is happening.
>
> I'm currently stuck going from a TableViewController to another TableViewController and as soon as any TVC loads (even an empty one, even the same one), BLAM.
>
> The project is based off of the Tabbed Application template, has 4 tabs and all views work fine except one which has a Navigation controller that goes off to a TVC with a Nav bar at the top. When I try to nav to another TVC, as soon as it finishes displaying, (even with the same or an empty TVC), a SIGABRT happens.
>
> I've checked the table cell names, rebuilt the screen, checked Apple's samples and Ray W's book, been at this all day, to no avail.
>
> So, the big question is when a SIGABRT happens, how do each of you go about tracking it down?
> _______________________________________________
>
> 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
Charlie Dickman
email@hidden
_______________________________________________
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