iOS-Framework
iOS-Framework copied to clipboard
Xcode 7 does not have armv7s in $(ARCHS_STANDARD)
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.
Just to clarify, it should look like this after adding armv7s:

