We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Carthage to build the framework and include in a framework that is used by app extensions, I have the following warning:
linking against a dylib which is not safe for use in application extensions
The build setting Require Only App-Extension-Safe API is set to YES.
Require Only App-Extension-Safe API
YES
I'm wondering that is related to this PR: #72
Does anyone have an idea about that?
The text was updated successfully, but these errors were encountered:
Had to change the settings of the checked out repository and set Allow application extension API only to yes on the target.
Allow application extension API only
Sorry, something went wrong.
No branches or pull requests
When using Carthage to build the framework and include in a framework that is used by app extensions, I have the following warning:
linking against a dylib which is not safe for use in application extensions
The build setting
Require Only App-Extension-Safe API
is set toYES
.I'm wondering that is related to this PR: #72
Does anyone have an idea about that?
The text was updated successfully, but these errors were encountered: