Deployment Target not working on XCode 2.0
Deployment Target not working on XCode 2.0
- Subject: Deployment Target not working on XCode 2.0
- From: Andrew Kimpton <email@hidden>
- Date: Mon, 9 May 2005 11:53:06 -0700
This seems pretty straightforward but I must be missing something
here ! I have a project that I've added some CGLayer calls to. I set
the Deployment target to 10.3 (to weak link the CGLayer symbols),
I've left the Target SDK at 'Current Mac OS' (since I'm building with
XCode 2.0 on Tiger this seems good). I've protected my CGLayer calls
with a runtime OS version check. I'm building the project with gcc 4.0
However when I take my built binary and attempt to run it on 10.3.9 I
get runtime dynamic linker messages on stderr during launch about the
CGLayer calls I make being missing (expected in ApplicationServices)
and the app fails to launch.
I can see the setenv MAC_OS_X_DEPLOYMENT_TARGET line prior to each
compile in the XCode output - what else am I missing that's
preventing the CGLayer symbols from being weak linked ?
Many thanks
Andrew 8-)
_______________________________________________
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