Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants