• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Crash presenting modal built with Xcode 6 GM
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Crash presenting modal built with Xcode 6 GM


  • Subject: Crash presenting modal built with Xcode 6 GM
  • From: Rick Mann <email@hidden>
  • Date: Tue, 09 Sep 2014 18:09:58 -0700

I downloaded Xcode 6 GM and rebuilt my app. Running in the 7.1 or 8.0 simulator, it crashes when attempting to present a modal view controller that worked fine when built with 5.1.1. The debugger stops at the main entry point with this useless stack. Attempting to continue results in a SIGABRT. Adding a C++ try/catch block around it results in the catch (...) block being called (it is not an int or std::exception being thrown). There is nothing in the console. Any ideas on how to proceed?

#0	0x04142a6b in objc_exception_throw ()
#1	0x0456fa11 in -[NSException raise] ()
#2	0x023b2d5e in -[NSObject(NSKeyValueCoding) setValue:forUndefinedKey:] ()
#3	0x0230ed88 in _NSSetUsingKeyValueSetter ()
#4	0x0230ed0d in -[NSObject(NSKeyValueCoding) setValue:forKey:] ()
#5	0x023445f6 in -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] ()
#6	0x032bf329 in -[UIRuntimeOutletConnection connect] ()
#7	0x04158724 in -[NSObject performSelector:] ()
#8	0x044a9bbc in -[NSArray makeObjectsPerformSelector:] ()
#9	0x032bddea in -[UINib instantiateWithOwner:options:] ()
#10	0x030e20d4 in -[UIViewController _loadViewFromNibNamed:bundle:] ()
#11	0x030e286b in -[UIViewController loadView] ()
#12	0x032de056 in -[UITableViewController loadView] ()
#13	0x030e2a9f in -[UIViewController loadViewIfRequired] ()
#14	0x030e3045 in -[UIViewController view] ()
#15	0x03123e14 in -[UINavigationController preferredContentSize] ()
#16	0x030be022 in -[UIPresentationController preferredContentSizeDidChangeForChildContentContainer:] ()
#17	0x030bb50e in __56-[UIPresentationController runTransitionForCurrentState]_block_invoke ()
#18	0x030ef21b in __40+[UIViewController _scheduleTransition:]_block_invoke ()
#19	0x02fb562e in ___afterCACommitHandler_block_invoke ()
#20	0x02fb55d9 in _applyBlockToCFArrayCopiedToStack ()
#21	0x02fb53ee in _afterCACommitHandler ()
#22	0x04492fbe in __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ ()
#23	0x04492f00 in __CFRunLoopDoObservers ()
#24	0x0448893a in __CFRunLoopRun ()
#25	0x044881ab in CFRunLoopRunSpecific ()
#26	0x04487fdb in CFRunLoopRunInMode ()
#27	0x05a5624f in GSEventRunModal ()
#28	0x05a5608c in GSEventRun ()
#29	0x02f8be16 in UIApplicationMain ()
#30	0x0001d7e1 in main at /Users/rmann/Projects/Clients/Matterport/repo/tags/Capture-2.0.1-7101/iOS/Controller/MatterScan/Misc/main.mm:50
#31	0x06124ac9 in start ()


--
Rick Mann
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


  • Follow-Ups:
    • Re: Crash presenting modal built with Xcode 6 GM
      • From: Jens Alfke <email@hidden>
    • Re: Crash presenting modal built with Xcode 6 GM
      • From: Greg Parker <email@hidden>
  • Prev by Date: Re: NSOutlineView
  • Next by Date: Re: Crash presenting modal built with Xcode 6 GM
  • Previous by thread: Re: How to copy Color Panel behaviour?
  • Next by thread: Re: Crash presenting modal built with Xcode 6 GM
  • Index(es):
    • Date
    • Thread