Re: Linking against an older version of System frameworks
Re: Linking against an older version of System frameworks
- Subject: Re: Linking against an older version of System frameworks
- From: Frederick Cheung <email@hidden>
- Date: Thu, 24 Mar 2005 16:17:13 +0000
On 24 Mar 2005, at 15:51, Damien Sorresso wrote:
Is it possible to link a project against an older major version of a
framework than what is installed on the system? I've tried copying the
older version of the framework into the Xcode project and linking
against that (and removing all references to the
/System/Library/Frameworks framework), but the app still seems to want
to use the framework in /System/Library/Frameworks. Will OS X apps
always look in the System's Frameworks folder for certain frameworks?
Yes, I know this is a terrible solution, but it's just a stop-gap fix.
Install the SDK (from the xcode installation cd) for the version of OS
X you want to link against. Int the general section of your project's
info, you then need to change "Cross-Develop using Target SDK" to the
appropriate value. You probably also want to change the Mac OS X
Deployment Target setting (in build style or target settings)
Fred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden