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

Add support for iOS App Extensions #100

Closed
kattrali opened this issue Feb 24, 2016 · 3 comments
Closed

Add support for iOS App Extensions #100

kattrali opened this issue Feb 24, 2016 · 3 comments

Comments

@kattrali
Copy link
Contributor

Bugsnag v5.0.x is incompatible with iOS App Extension requirements due to a reference to [UIApplication sharedApplication] within KSCrashReportSinkEMail.m (unused within Bugsnag).

@SSheldon
Copy link

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 😄

@kattrali
Copy link
Contributor Author

Your assumption is correct, @SSheldon 😄 - Just hadn't gotten back around to sorting out subspecs to get a working build without Reporting

@kattrali
Copy link
Contributor Author

kattrali commented Mar 1, 2016

Fixed in 36de94c - Released as 5.1.0

@kattrali kattrali closed this as completed Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants