Re: Cocoa Application with Quartz
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