Hey! On 30/Aug/2010, at 6:37 PM, Greg Parker wrote: > Most likely the static libraries or some other part of your code was not > built with deployment target 10.5. Double-check your project settings and > build logs.
I've not done this for a while however I think it was the DYLD_PRINT_* environment variables which helped me track down which library was causing dyld grief. DYLD_PRINT_LIBRARIES seems like a good place to start. >From bash, you can turn this on with something like: export DYLD_PRINT_LIBRARIES=YES then run some command line commands and see what the output is like. >From Xcode, you can add it to the environment variables for your target man dyld for more information. Good luck! M. _______________________________________________ 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 arch...@mail-archive.com