Domanda

In Xcode 5.1 how to remove architecture x86_64?

Project worked fine with Xcode 5.0 but giving linker error in Xcode 5.1. I don't see updated sdk from small bet. So decided to remove architecture x86_64. How can I achieve this in Xcode 5.1?

Screenshot: enter image description here

Xcode Architecture Screenshot: enter image description here

UPDATES: Solved problem!

Click on Architecture->Other->Type $(ARCHS_STANDARD_32_BIT)`

Like this image.

enter image description here

È stato utile?

Soluzione

Remove 64-bit arm64 from Target / Build Settings / Architectures / Valid Architectures

Doble click in Valid Architectures, select arm64 and press -

EDIT, Added image:

enter image description here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top