Originally created by @imaksp on GitHub (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 ?
Originally created by @imaksp on GitHub (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 ?
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.
@coneybeare commented on GitHub (Dec 18, 2014):
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @imaksp on GitHub (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 commented on GitHub (Dec 18, 2014):
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.