Skip navigation.
 
mlLaunching Cocoa Application externally (Yann Disser)
FROM : Peter Hudson
DATE : Wed May 14 22:15:59 2008

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)

Related mailsAuthorDate
mlLaunching Cocoa Application externally (Yann Disser) Peter Hudson May 14, 22:15
mlRe: Launching Cocoa Application externally (Yann Disser) Hamish Allan May 14, 23:34