fangpenlin / Proj4Swift

Proj.4 wrapper in Swift 2 language
MIT License
10 stars 8 forks source link

Extension API warnings when installed via Carthage #2

Open kwanny opened 8 years ago

kwanny commented 8 years ago

Hello, I'm using Carthage to add Proj4Swift to my today extension app. When I do this, I get xcode warnings "Linking against dylib not safe for use in application extensions: /Users/.... "

It can be resolved when I check "App Extensions [V] Allow app extension API Only". Is this ok?