You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
gjpc
changed the title
Xcode 7 does not have the armv7s in $(ARCHS_STANDARD)
Xcode 7 does not have armv7s in $(ARCHS_STANDARD)
Oct 15, 2015
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.
The text was updated successfully, but these errors were encountered: