onmyway133 / Arcane

:trident: CommonCrypto in Swift, and more
https://onmyway133.github.io/
Other
284 stars 22 forks source link

Require Only App-Extension-Safe API #12

Closed basememara closed 6 years ago

basememara commented 6 years ago

I'm trying to use Arcane in a Swift framework that is used in iOS extensions like Today, Notifications, etc. However, I'm getting a warning in Xcode:

ld: warning: linking against a dylib which is not safe for use in application extensions: /Users/.../Arcane.framework/Arcane

Can you please enable Require Only App-Extension-Safe API in the build settings?

onmyway133 commented 6 years ago

@basememara Hi, I 've enabled it for you. Can you check https://github.com/onmyway133/Arcane/releases/tag/1.1.0 ?

basememara commented 6 years ago

This worked, thank you!!