Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

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

Open
gjpc opened this issue Oct 15, 2015 · 1 comment
Open

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

gjpc opened this issue Oct 15, 2015 · 1 comment

Comments

@gjpc
Copy link

gjpc commented 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.

@gjpc 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
@AbdullahDiaa
Copy link
Contributor

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

armv7s xcode 7.2 arch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants