Closed basememara closed 7 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:
Arcane
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?
Require Only App-Extension-Safe API
@basememara Hi, I 've enabled it for you. Can you check https://github.com/onmyway133/Arcane/releases/tag/1.1.0 ?
This worked, thank you!!
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:Can you please enable
Require Only App-Extension-Safe API
in the build settings?