XCode 2.2: Frameworks in /Library and Multiple Architecture issues
XCode 2.2: Frameworks in /Library and Multiple Architecture issues
- Subject: XCode 2.2: Frameworks in /Library and Multiple Architecture issues
- From: Stephane Sudre <email@hidden>
- Date: Fri, 25 Nov 2005 11:50:47 +0100
I'm trying to build an old project using XCode 2.2 to have a Universal
Binary which can supports both 10.2 PPC and 10.4 x86.
I'm following the recommendations to use:
MACOSX_DEPLOYMENT_TARGET_ppc
GCC_VERSION_ppc
SDKROOT_ppc
These settings are working fine in other projects.
But I'm seeing a problem when I need to use Frameworks from
/Library/Frameworks.
XCode 2.2 is stating it does not find the Frameworks (headers).
I tend to believe it's linked to the fact that the SDKROOT_ppc is
pointing to a specific location.
I tried settings a Frameworks search path to /Library/Frameworks but
this did not produce any positive results.
What is the recommended solution in this case?
_______________________________________________
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