• 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
Re: Broken 10.2.8 SDK with Xcode 2.4 update?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Broken 10.2.8 SDK with Xcode 2.4 update?


  • Subject: Re: Broken 10.2.8 SDK with Xcode 2.4 update?
  • From: Dave Dribin <email@hidden>
  • Date: Mon, 11 Sep 2006 10:03:24 -0500

On Sep 9, 2006, at 2:57 AM, Alexander von Below wrote:
Yes, I can confirm and have filed this as Bug ID 4683404. It has been assigned a Duplicate

Thanks guys. I made this modification, and it all seems to work:

% diff -u AvailabilityMacros.h.xcode-2.4 AvailabilityMacros.h
--- AvailabilityMacros.h.xcode-2.4 2006-09-08 16:40:45.000000000 -0500
+++ AvailabilityMacros.h 2006-09-08 16:41:12.000000000 -0500
@@ -92,13 +92,13 @@
#endif
/*
- * if max OS not specified, assume largerof(10.4, min)
+ * if max OS not specified, assume largerof(10.2, min)
*/
#ifndef MAC_OS_X_VERSION_MAX_ALLOWED
- #if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4
+ #if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_2
#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_MIN_REQUIRED
#else
- #define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_4
+ #define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2
#endif
#endif


-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: Scott Tooker <email@hidden>
References: 
 >Broken 10.2.8 SDK with Xcode 2.4 update? (From: Dave Dribin <email@hidden>)
 >Re: Broken 10.2.8 SDK with Xcode 2.4 update? (From: Alexander von Below <email@hidden>)

  • Prev by Date: CFBundleDevelopmentRegion != "English"?
  • Next by Date: Re: CFBundleDevelopmentRegion != "English"?
  • Previous by thread: Re: Broken 10.2.8 SDK with Xcode 2.4 update?
  • Next by thread: Re: Broken 10.2.8 SDK with Xcode 2.4 update?
  • Index(es):
    • Date
    • Thread