jverkoey / iOS-Framework

How to create, develop, and distribute iOS Static Frameworks quickly and efficiently
2.61k stars 281 forks source link

Xcode 7 does not have armv7s in $(ARCHS_STANDARD) #115

Open gjpc opened 8 years ago

gjpc commented 8 years ago

lipo did not report the armv7s slice in my framework. I discovered that $(ARCHS_STANDRD) no longer includes amv7s. I had to manually add the armv7s to the Architectures entry in the project, static lib and the Aggregate. Problem solved.

AbdullahDiaa commented 8 years ago

Just to clarify, it should look like this after adding armv7s: armv7s xcode 7.2 arch.

armv7s xcode 7.2 arch.