• 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
Re: Cocoa Application with Quartz
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa Application with Quartz


  • Subject: Re: Cocoa Application with Quartz
  • From: Jens Alfke <email@hidden>
  • Date: Fri, 20 Jun 2008 09:12:04 -0700


On 20 Jun '08, at 8:58 AM, Dan Uff wrote:

Hi,
I am trying to make a Cocoa application using a Quartz Composer file as output. Everything works fine when I Simulate the app in IB, but when I actually compile the app in Xcode, I get the following error:


__TERMINATING DUE TO UNCAUGHT EXCEPTION___

Any ideas?

Something's throwing/raising an exception and there's no handler to catch it, so the process aborts. You'll want to see the backtrace so you know where the exception's being thrown from.
The simplest way is just to run the app from the Finder. You'll get a crash report window, which contains a backtrace of all threads; look at the one that crashed.
Or in Xcode you can set an exception at "objc_exception_throw" (or "NSRaiseError", in Tiger) and run the app in the debugger.


—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Cocoa Application with Quartz (From: Dan Uff <email@hidden>)

  • Prev by Date: Cocoa Application with Quartz
  • Next by Date: Re: Xcode 3 and importing CodeWarrior projects
  • Previous by thread: Cocoa Application with Quartz
  • Next by thread: Re: Cocoa Application with Quartz
  • Index(es):
    • Date
    • Thread