iOS-Universal-Framework
iOS-Universal-Framework copied to clipboard
Not able to build for armv7 only
Hy everbody,
I tried to build a framework for armv7 only (see picture below).

While building I received the following error:
No architectures to compile for (ARCHS=i386, VALID_ARCHS=armv7).
Does anyone have an explanation for that?
Thanks :)
Because it's building a universal framework, so it will include i386 architecture for simulator usage. You may add i386 into Valid Architectures field. If you are not going to build fat framework, you may set Build Active Architecture Only to Yes.