Allow Xcode to change paths to frameworks based on whether a device or simulator was selected.
R=caryclark@google.com
Committed: https://code.google.com/p/skia/source/detail?r=5802
lgtm Building on XCode 3 generates the warning: "iOS deployment target '6.0' for architecture 'armv7' ...
12 years, 2 months ago
(2012-10-04 11:51:18 UTC)
#2
lgtm
Building on XCode 3 generates the warning: "iOS deployment target '6.0' for
architecture 'armv7' and variant 'normal' is greater than the maximum value
'4.3.99' for the iOS 4.3 SDK." But -- this may be a total red herring -- since
my build before and after your change hangs in Interface Builder and is
nonfunctional, it may be wonky about the deployment target as well.
On 2012/10/04 11:51:18, caryclark1 wrote: > lgtm > > Building on XCode 3 generates the ...
12 years, 2 months ago
(2012-10-04 12:42:11 UTC)
#3
On 2012/10/04 11:51:18, caryclark1 wrote:
> lgtm
>
> Building on XCode 3 generates the warning: "iOS deployment target '6.0' for
> architecture 'armv7' and variant 'normal' is greater than the maximum value
> '4.3.99' for the iOS 4.3 SDK." But -- this may be a total red herring -- since
> my build before and after your change hangs in Interface Builder and is
> nonfunctional, it may be wonky about the deployment target as well.
Hmm... maybe you need to set "ios_sdk_version=4.3" in GYP_DEFINES for Xcode3?
Issue 6590068: Allow Xcode to change paths to frameworks based on whether a device or simulator was selected.
(Closed)
Created 12 years, 2 months ago by bsalomon
Modified 12 years, 2 months ago
Reviewers: caryclark1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0