iOS-Universal-Framework icon indicating copy to clipboard operation
iOS-Universal-Framework copied to clipboard

Not able to build for armv7 only

Open IronSight87 opened this issue 12 years ago • 1 comments

Hy everbody,

I tried to build a framework for armv7 only (see picture below).

bildschirmfoto 2013-08-21 um 21 52 45

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 :)

IronSight87 avatar Aug 21 '13 19:08 IronSight87

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.

hikui avatar Sep 02 '13 15:09 hikui