- Notifications
You must be signed in to change notification settings - Fork2.7k
Closed
Description
Xcode 5.1 includesarm64 in theARCHS_STANDARD list. However, since our project isn't 64bit compatible yet, we've had to manually set the ARCHS variable on our targets to bearmv7, armv7s. Now, each time we do apod install, we get the following console spew from cocoapods:
[!] Found multiple values (`armv7`, `armv7s`) for the architectures (`ARCHS`) build setting for the `Pods` target definition. Using the first.Is there any reason cocoapods can not use multiple values forARCHS? As of right now, each time we do apod install I have to manually go in and fix all the targets in the Pods project.