-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
Crash due to the use of method swizzling #586
Comments
In v2.6.3, the swizzling implementation has been updated for cases where it is used with the analysis library. I would like you to try the version and please give me a feedback. |
Is it possible to let me know which libraries the above crashes occur when used with? |
I'm sorry for the late reply. I've added the commit into the master as 0e0f773. It would be helpful to know if this resolved the crash issue. |
hey @scenee |
Description
We've recently started getting random crashes with the following stack:
Expected behavior
No crash
Actual behavior
A random crash
Steps to reproduce
I believe we've started seeing this crash after adding other libraries that also do swizzling. While this is understandable for SDKs like analytics to do the swizzling, I believe the libraries like this should refrain from using it. Please explore less hacky alternatives.
How do you display panel(s)?
How many panels do you displays?
Environment
Library version
1.7.6
Installation method
SPM
iOS version(s)
iOS 16.4
Xcode version
14.3
The text was updated successfully, but these errors were encountered: