mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 06:13:25 +01:00
xcode warning while archiving #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.