Re: Broken 10.2.8 SDK with Xcode 2.4 update?
Re: Broken 10.2.8 SDK with Xcode 2.4 update?
- Subject: Re: Broken 10.2.8 SDK with Xcode 2.4 update?
- From: Scott Tooker <email@hidden>
- Date: Mon, 11 Sep 2006 10:39:23 -0700
Yes, this is a known bug that should be fixed in the next release of
the Xcode developer tools. Sorry for the inconvenience.
SCott
On Sep 11, 2006, at 8:03 AM, Dave Dribin wrote:
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
_______________________________________________
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