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 protected]) > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/3tothe4th%40comcast.net > > This email sent to [email protected] Charlie Dickman [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
