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 warning while archiving #7

Closed
imaksp opened this issue Dec 16, 2014 · 1 comment
Closed

xcode warning while archiving #7

imaksp opened this issue Dec 16, 2014 · 1 comment

Comments

@imaksp
Copy link

imaksp commented Dec 16, 2014

I am getting this 'warning: embedded dylibs/frameworks only run on iOS 8 or later' while archiving project but it is working properly on iOS 7..so any ways to fix this warning or can I ignore this ?

@coneybeare
Copy link
Member

If you are targeting iOS 7, you cannot use embedded frameworks to install Armchair because, as you have seen Xcode tell you, they are not supported there. You say you have it working on iOS 7, are you also copying the framework? If so, I would only leave the copied framework and remove the iOS-8 only embedded framework out. That will also reduce your binary size.

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