Question

I've updated the XCode to the latest 4 version (final). My project depends on a 3rd party library that was build for armv6.

The problem is that i can not change the "active architecture" as it was in 3.x.x instead I see that during linking the active architecture flag is always passed as armv7.

Does anyone know how to set active architecture for the build target (or for scheme) ?

Thanks in advance.

Was it helpful?

Solution

Answering to myself ...

Yes and no. You can not change the arc but you can trick the Xcode. Set it to compile not only for active architecture and leave only archv6 in the list. Hope it helps to whoever looks for an answer.

OTHER TIPS

It is still possible to change the Architecure settings in Xcode 4. Select the project file in the Project Navigator. Then select the target you like to build. Then select build settings->All->Levels. In the search box enter "architectures". You should see the Architectures and Build Active Architecture settings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top