Re: Compile problem with iOS 4.1 Xcode 3.2.4
Re: Compile problem with iOS 4.1 Xcode 3.2.4
- Subject: Re: Compile problem with iOS 4.1 Xcode 3.2.4
- From: Dave Carrigan <email@hidden>
- Date: Fri, 10 Sep 2010 10:27:22 -0700
On Sep 10, 2010, at 10:17 AM, David Dunham wrote:
> Check in the Apple forums, there's an Xcode bug and you have to define a symbol as a workaround.
Specifically, I stuck this at the of my pch file:
#ifndef __IPHONE_OS_VERSION_MIN_REQUIRED
#define __IPHONE_OS_VERSION_MIN_REQUIRED __IPHONE_3_0
#endif
You should set it to whatever your deployment target is.
--
Dave Carrigan
email@hidden
Seattle, WA, USA
_______________________________________________
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