Linking to latest version of framework breaks cross development
Linking to latest version of framework breaks cross development
- Subject: Linking to latest version of framework breaks cross development
- From: "email@hidden" <email@hidden>
- Date: Fri, 29 Jul 2011 20:26:23 +0100
My app links to /System/Library/Frameworks/Python.framework
I build it on Lion using Xcode 4.
Wielding otool -l yields:
name /System/Library/Frameworks/Python.framework/Versions/2.7/Python (offset 24)
My deployment SDK is 10.6 but when attempting to run on 10.6 I find that Python.framework/Versions/2.7/Python is unavailable.
I don't think there is any way to link the app so that 2.7 is used when available.
My guess is that I have to manually instruct the linker to link to the deployment version, 2.6.
Is this correct?
Regards
Jonathan Mitchell
Developer
Mugginsoft LLP
http://www.mugginsoft.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden