Broken 10.2.8 SDK with Xcode 2.4 update?
Broken 10.2.8 SDK with Xcode 2.4 update?
- Subject: Broken 10.2.8 SDK with Xcode 2.4 update?
- From: Dave Dribin <email@hidden>
- Date: Fri, 8 Sep 2006 14:27:29 -0500
Hi,
I just upgraded to Xcode 2.4 from Xcode 2.2 yesterday, and it now
looks like my 10.2.8 SDK is broken. The MAC_OS_X_VERSION_MAX_ALLOWED
is reporting 10.4, when I believe it should be 10.2:
% gcc -E -dM /Developer/SDKs/MacOSX10.2.8.sdk/usr/include/
AvailabilityMacros.h | grep MAC_OS_X_VERSION_MAX
#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_4
If I run that command on a dev machine with Xcode 2.2 on it, I get
the following:
% gcc -E -dM /Developer/SDKs/MacOSX10.2.8.sdk/usr/include/
AvailabilityMacros.h | grep MAC_OS_X_VERSION_MAX
#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2
Can anyone else confirm this? If so, I'll file a radar. In the
meantime, can anyone recommend a work around? Can I just copy the
AvailabilityMacros.h from Xcode 2.2 and use it? Is the rest of the
10.2.8 SDK sane?
BTW, I upgraded to Xcode 2.4 using the September 2006 Developer DVD,
rather than the one from the website.
-Dave
_______________________________________________
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