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
Bugsnag v5.0.x is incompatible with iOS App Extension requirements due to a reference to [UIApplication sharedApplication] within KSCrashReportSinkEMail.m (unused within Bugsnag).
The text was updated successfully, but these errors were encountered:
At least for CocoaPods, it looks like this can be fixed by removing the KSCrash/Reporting dependency, though I think that'll have to wait until after kstenerud/KSCrash#127. With that PR, the header file defining the KSCrashReportFilter protocol is made public in KSCrash/Recording to fix a compiler issue, and I assume that issue is the whole reason the KSCrash/Reporting dependency was added 😄
Bugsnag v5.0.x is incompatible with iOS App Extension requirements due to a reference to
[UIApplication sharedApplication]
withinKSCrashReportSinkEMail.m
(unused within Bugsnag).The text was updated successfully, but these errors were encountered: