• 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: 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


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

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