Undefined symbols at launch time: _NSApplicationLoad
Undefined symbols at launch time: _NSApplicationLoad
- Subject: Undefined symbols at launch time: _NSApplicationLoad
- From: Gautier Taravella <email@hidden>
- Date: Wed, 5 Feb 2003 17:21:06 +0100
Hi,
I've written and compiled a cocoa application on my computer (10.2.3)
and it doesn't seem to work under 10.1.5. The application
'unexpectedly' quits as soon as it is opened and the following message
is printed on the console:
dyld: /Applications/FlightTrack.app/Contents/MacOS/FlightTrack
Undefined symbols:
/Applications/FlightTrack.app/Contents/MacOS/FlightTrack undefined
reference to _NSApplicationLoad expected to be defined in Cocoa
I guess this is an incompatibility in cocoa between 10.1 and 10.2 but I
have no idea on how to fix that. Any clues ?
Thanks,
Gautier
PS: you can get the source code of the application there:
http://prdownloads.sourceforge.net/flighttrack/FlightTrack-source-
0.0.5.dmg?download
PS2: I don't know if it is useful but running otool on gives:
-> otool -L FlightTrack
FlightTrack:
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 8.0.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
(compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
(compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 63.0.0)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.