magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.8k forks source link

Fixed a warning when linking from an app extension #1280

Open vhbit opened 7 years ago

vhbit commented 7 years ago

When an app extension was using the framework built by carthage there was a warning "linking against a dylib which is not safe for use in application extensions".

This build setting makes linker much happier and mitigates the warning.

Coeur commented 5 years ago

@vhbit Please rebase your pull to current master branch in order to make travis-ci happy. Thank you.