Skip to content
New issue

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

Enable the "Require Only App-Extension-Safe API" build setting if possible #795

Closed
jeffhunter opened this issue Sep 8, 2020 · 3 comments · Fixed by #823
Closed

Enable the "Require Only App-Extension-Safe API" build setting if possible #795

jeffhunter opened this issue Sep 8, 2020 · 3 comments · Fixed by #823
Labels
bug Confirmed bug released This feature/bug fix has been released

Comments

@jeffhunter
Copy link

The docs for bugsnag-cocoa mention using it in app extensions:

https://docs.bugsnag.com/platforms/ios/#app-extensions

However, it does not appear that the Bugsnag project has the "Require Only App-Extension-Safe API" build setting enabled, which it should if it supports app extensions. Because of this I get the following warning when trying to use Bugsnag:

ld: warning: linking against a dylib which is not safe for use in application extensions: .../Carthage/Build/iOS/Bugsnag.framework/Bugsnag

I raised this issue awhile back: #117

I think this somehow got lost in the bugsnag-cocoa v6 upgrade, because now that I'm trying to use v6, I'm getting that message again.

Can you please enable "Require Only App-Extension-Safe API" build setting?

@steve-nester-uk
Copy link

@jeffhunter thanks for raising, we'll take a look and post any updates here.

@steve-nester-uk steve-nester-uk added backlog We hope to fix this feature/bug in the future bug Confirmed bug labels Sep 9, 2020
@tomlongridge tomlongridge linked a pull request Sep 29, 2020 that will close this issue
@johnkiely1
Copy link
Member

HI @jeffhunter,

This has now been fixed and has been released in v6.1.7.

@johnkiely1 johnkiely1 added released This feature/bug fix has been released and removed backlog We hope to fix this feature/bug in the future labels Oct 7, 2020
@jeffhunter
Copy link
Author

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug released This feature/bug fix has been released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants