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

Missing armv7s slice when use Xcode 6 #199

Open
MasterBeta opened this issue Sep 23, 2014 · 2 comments
Open

Missing armv7s slice when use Xcode 6 #199

MasterBeta opened this issue Sep 23, 2014 · 2 comments

Comments

@MasterBeta
Copy link

Everything works fine with Xcode 5. The framework compiled with Xcode 5 contains armv7, armv7s and i386 slices, just as I expected.

But armv7s slice is missing after I switched to Xcode 6, added the missing libtool and reinstalled iOS Universal framework.

The only change made to the project is the "LastUpdateCheck" in project.pbxproj file. Nothing else.

Any clues? Thanks in advance.

@paynerc
Copy link

paynerc commented Sep 23, 2014

Xcode dropped armv7s from the "Standard Architectures" value. They did this because only on device used the armv7s chip and the set of instructions that the armv7s had over the armv7 was minimal.

You can add armv7s to the architectures explicitly to add it back.

--sent from the iPhone

On Sep 22, 2014, at 11:42 PM, MasterBeta notifications@github.com wrote:

Everything works fine with Xcode 5. The framework compiled with Xcode 5 contains armv7, armv7s and i386 slices, just as I expected.

But armv7s slice is missing after I switched to Xcode 6, added the missing libtool and reinstall iOS Universal framework.

The only change made to the project is the "LastUpdateCheck" in project.pbxproj file. Nothing else.

Any clues? Thanks in advance.


Reply to this email directly or view it on GitHub.

@MasterBeta
Copy link
Author

Just works like a charm.

Thank you!

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