-
Notifications
You must be signed in to change notification settings - Fork 748
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
Random crash when show message. #112
Comments
Can you attach the SwiftMessages.framework file? |
Any crashes on non-jail broken devices? (See #9) |
I checked all the crash reports, and all of the devices are jailbroken. |
This is my SwiftMessages.framework bundle. |
Sadly, this sounds like a duplicate of #9, which I have no way to solve without help from someone with a jailbroken phone. |
As noted in #9, the workaround is to not use any images in the framework. You can call this version of public func configureTheme(backgroundColor: UIColor, foregroundColor: UIColor, iconImage: UIImage? = nil, iconText: String? = nil) |
After I upgrade this library from 3.3.4 to 3.4.0, my app received some crash report like this:
The text was updated successfully, but these errors were encountered: