Unstuffing my build
Unstuffing my build
- Subject: Unstuffing my build
- From: Graham Cox <email@hidden>
- Date: Mon, 28 Jun 2010 19:40:03 +1000
I recently switched my project from using the 10.5 Base SDK to the 10.6 SDK (but with minimum deployment target 10.5).
My project links to libcrypto by adding -lcrypto to "Other Linker flags". This has never previously given me a problem.
Now my app won't launch on 10.5, because /usr/lib/libcrypto.0.9.8.dylib image not found. (10.5 has 0.9.7, and also a symlink to that just called libcrypto). How has this specific version got written into my executable? How can I fix it?
--Graham
_______________________________________________
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