Re: UIWindows.h compiler errors
Re: UIWindows.h compiler errors
- Subject: Re: UIWindows.h compiler errors
- From: Matt Neuburg <email@hidden>
- Date: Fri, 24 Sep 2010 12:19:29 -0700
- Thread-topic: UIWindows.h compiler errors
On Wed, 22 Sep 2010 11:26:37 -0400, Mark Woollard <email@hidden> said:
>Its a bug in the latest Xcode that causes __IPHONE_OS_VERSION_MIN_REQUIRED not
to be defined if LLVM 1.5 selected as compiler. Work around is to define
__IPHONE_OS_VERSION_MIN_REQUIRED=<version> where <version> is 6 digit min
version needed, for example 030103 for 3.1.3. You could add
>
>#define __IPHONE_OS_VERSION_MIN_REQUIRED=030103
>
>at start of your <app>_Prefix.pch file
Not really, since it won't like that equal-sign, and you also need to wrap
it in an #ifndef or you'll be redefining the symbol when using GCC.
m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings
_______________________________________________
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