Am 24.04.2008 um 03:43 schrieb David Wilson:
My application doesn't launch when I click the run button in Xcode (note it is NOT an iPhone app). It's an application to control USB devices. XCode tells me that the application has launched, yet it does not appear in the doc.

HOWEVER

I have now discovered if I run the application (from xcode) by choosing Run:Debug, it launches and runs (i.e. the main windows appears).


Do you have any breakpoints set? Xcode 3 seems to be very eager to run stuff in the debugger when you have breakpoints. If you have the build configuration set to 'Release' instead of 'Debug', it may try to run your app, stop on a breakpoint, and get royally confused and lobotomized by the missing debug symbols and stuff. That happened to me in the early Xcode 3 days. Interestingly, it hasn't happened in a while...

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de





_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to