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

Xcode 7 does not have armv7s in $(ARCHS_STANDARD)

Open gjpc opened this issue 10 years ago • 1 comments

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.

gjpc avatar Oct 15 '15 20:10 gjpc

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

armv7s xcode 7.2 arch.

AbdullahDiaa avatar Dec 29 '15 12:12 AbdullahDiaa