kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Not able to build for armv7 only #138

Open IronSight87 opened 10 years ago

IronSight87 commented 10 years ago

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

hikui commented 10 years ago

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.