Can you make Xcode 5.1 target dependencies build only valid architectures? Can you make Xcode 5.1 target dependencies build only valid architectures? xcode xcode

Can you make Xcode 5.1 target dependencies build only valid architectures?


Our quick fix was to leave the Architectures entry as $(ARCHS_STANDARD) but change Valid Architectures to armv7 and armv7s until the third party libraries we're using are updated.