Launching Cocoa Application externally (Yann Disser)
Launching Cocoa Application externally (Yann Disser)
- Subject: Launching Cocoa Application externally (Yann Disser)
- From: Peter Hudson <email@hidden>
- Date: Wed, 14 May 2008 21:15:59 +0100
Here's a few suggestions
a) Check your settings in project ( as in project -> edit project
settings )
Check that your target platform and lib selection is OK.
Ensure that you are not zero linking.
b) Do a completely clean build - i.e. close the project and drop the
build directory into the trash.
Do a deployment build.
c) Do you get anything written to the system log from the app
( before it crashes ) ?
d) If your NSApp has a delegate, try and put an NSLog or two into it
somewhere and see if they get printed out.
(PH)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden