0
votes

I went to build my app and I got this error:

No architectures to compile for (ARCHS=arm64, VALID_ARCHS=armv6 armv7).

I dont understand what I am doing wrong, here are my architectures

enter image description here

1
If you want to build for arm64 (and I imagine you do), add it to the list of valid architectures. - Phillip Mills
Now I get a new error Invalid bitcode signature - user979331
Google "Invalid bitcode signature" says, 'About 1,970 results'. - Phillip Mills
Yea, Im doing that, its an issue with a framework. - user979331
try to put in "Valid Architectures" "arm64,armv7,armv7s" - chawki

1 Answers

0
votes

Armv6 is outdated, it hasn't been implemented since iOS 4.3

The standard recommended valid architectures are arm64, armv7 and armv7s. Here are a couple of apple technical documents that offer more detail.

Technical Q&A QA1910

iOS Device Compatibility Reference