xcode warning while archiving #4

Closed
opened 2025-12-29 18:27:48 +01:00 by adam · 1 comment
Owner

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 ?
adam closed this issue 2025-12-29 18:27:48 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair#4