drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 132 forks source link

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

Open waynehartman opened 7 years ago

waynehartman commented 7 years ago

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.

drewmccormack commented 7 years ago

Will look into this.