-
Notifications
You must be signed in to change notification settings - Fork 129
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
Share extensions crash on iOS 10 #411
Comments
Thanks for the report, @rob-keepsafe. Taking a look. 👀 |
abigailbramble
added
backlog
We hope to fix this feature/bug in the future
scheduled
Work is starting on this feature/bug
and removed
backlog
We hope to fix this feature/bug in the future
labels
Sep 16, 2019
kattrali
added a commit
that referenced
this issue
Oct 2, 2019
Several object properties were not explicitly marked as retained due to missing a property retention qualifier. This patch resolves that by bringing the codebase into conformance with ARC. ref: https://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html Fixes #411
kattrali
added a commit
that referenced
this issue
Oct 3, 2019
Several object properties were not explicitly marked as retained due to missing a property retention qualifier. This patch resolves that by bringing the codebase into conformance with ARC. ref: https://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html Fixes #411
kattrali
added a commit
that referenced
this issue
Oct 3, 2019
Several object properties were not explicitly marked as retained due to missing a property retention qualifier. This patch resolves that by bringing the codebase into conformance with ARC. ref: https://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html Fixes #411
Thanks @kattrali 🙌 |
Released in v5.22.7. |
abigailbramble
added
released
This feature/bug fix has been released
and removed
scheduled
Work is starting on this feature/bug
labels
Oct 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Use Bugsnag within a share extension and support iOS 10
The podfile specifies iOS 8+ is supported
Issue
We experienced a lot of KVO crashes in production
Environment
Library versions:
pod -v
): 1.7.5AppDelegate
where Bugsnag is configured?Stack trace
The text was updated successfully, but these errors were encountered: