On Jan 19, 2012, at 4:37 PM, John Nairn wrote: > 1. I took my library (which was already compiled) and renamed it using > install_name_tool. [...] > But then I tested on another Mac (10.5.8) and I still get the > > dyld: unknown required load command 0-x80000022 > > error message with no more help. If I remove the library from my app resource > on the 10.6.8 Mac, it does fail but gives a better error message saying where > it looked and that the image was not found. > > My reading said this should all work starting with Leopard, but so far (only > testing two machines), I cannot get it to work in Leopard.
Check the build settings for your library and app. You must set Deployment Target = 10.5 if you want the binaries to run on 10.5. -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
