I upgraded Xcode to the latest version 4 (final). My project depends on a third-party library that was created for armv6.
The problem is that I cannot change the "active architecture", as it was in 3.xx, instead I see that during linking, the flag of the active architecture is always passed as armv7.
Does anyone know how to set an active architecture for a build purpose (or for a circuit)?
Thanks in advance.
source share