• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Broken 10.2.8 SDK with Xcode 2.4 update?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Broken 10.2.8 SDK with Xcode 2.4 update?
      • From: Alexander von Below <email@hidden>
    • Re: Broken 10.2.8 SDK with Xcode 2.4 update?
      • From: Sean Murphy <email@hidden>
  • Prev by Date: cvs noise in project.pbxproj
  • Next by Date: Re: cvs noise in project.pbxproj
  • Previous by thread: Re: cvs noise in project.pbxproj
  • Next by thread: Re: Broken 10.2.8 SDK with Xcode 2.4 update?
  • Index(es):
    • Date
    • Thread