• 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: UIWindows.h compiler errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: code completion fails on big chunks of API
  • Next by Date: Re: Xcode and SVN
  • Previous by thread: Re: UIWindows.h compiler errors
  • Next by thread: Console
  • Index(es):
    • Date
    • Thread