ensembles icon indicating copy to clipboard operation
ensembles copied to clipboard

linking against a dylib which is not safe for use in application extensions

Open waynehartman opened this issue 9 years ago • 1 comments

The Ensembles binary framework was not built with the Xcode option "Allow app extension API only" enabled. When the framework is included in another target that may have a extension API only requirement, Xcode emits the warning "linking against a dylib which is not safe for use in application extensions".

Please enable this option to eliminate the warning emitted by Xcode.

waynehartman avatar Sep 02 '16 14:09 waynehartman

Will look into this.

drewmccormack avatar Oct 25 '16 08:10 drewmccormack