DescriptionFor iOS, don't override VALID_ARCHS in Debug configuration.
When Xcode recognizes a device, it sets the active arch to the arch of
the device. Since the Debug configuration is set to only compile for the
active arch, Xcode was failing to build when an iPhone 5 was connected
because that device uses armv7s which is not in the list of VALID_ARCHS.
This CL uses the default value of VALID_ARCHS for Debug so that Xcode
will build no matter what device is connected.
This CL also moves the arch-twiddling into an OS=="ios" block to make it
clear that the configurations are only needed for iOS.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222625
Patch Set 1 #Patch Set 2 : chunk mismatch #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|