You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: