Re: Cocoa Application with Quartz
Re: Cocoa Application with Quartz
- Subject: Re: Cocoa Application with Quartz
- From: Chris Espinosa <email@hidden>
- Date: Fri, 20 Jun 2008 09:12:41 -0700
On Jun 20, 2008, at 8:58 AM, Dan Uff <email@hidden> 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___
Interface Builder doesn't actually "simulate" your app. It exercises
your interface objects using standard system frameworks so you can see
whether you've set up their look and behavior correctly, but it
doesn't execute *any* compiled code in your application.
When you run the app in Xcode, it is actually executing your compiled
code, and in this case, your code is crashing.
You have to look at the stack backtrace to see where it is crashing,
then examine the code at the point where the exception was thrown to
determine why.
Chris
_______________________________________________
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