On 14 May '08, at 6:48 AM, Yann Disser wrote:

How can I debug my App from Finder (or Terminal) to see where it crashes? (printf("hallo\n") doesn't work either)

From a shell, enter "gdb MyApp.app", then "run".

I would suspect a dyld error, like a framework/library not found. The Finder / LaunchServices is really bad at reporting these. Running the app from a shell or gdb should report more useful info.


On 14 May '08, at 6:55 AM, Stéphane wrote:
There's a bug in your code or in your Info.plist.

Actually I think we could answer almost all of the questions on this list that way ;-)

—Jens

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

_______________________________________________

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