Igor Kharitoniuk
Igor Kharitoniuk
I have the same issue. By some reason lib trying to init my own class with name 'MessageView'. Solution: rename your own class name from MessageView into TextMessageView.
I had updated it with SwiftUI support here: https://github.com/Splash04/TagTextView
Well, looks like SDK on findExistingInstallOrOpen take BranchOpenRequest with empty callback. And at the same time urlString is nil as well, so **if** and **else** cases just NOT save initSessionCallback...
I'm still have one phone with this issue. So I will try to provide some additional details that maybe help: 1. On App launch by some reason we load from...
For developers who faced with this issue. This actions should help. 1. We should create timer to catch BranchIO freeze and force start the app. I had selected 15 sec...
130 classes => crash on iPhones with 2 GB of RAM (iPhone 7, iPhone SE 1st, iPod Touch 7): `malloc_ptr classes(objc_copyClassList(&numClasses), &free);` Similar issue here: https://github.com/realm/realm-swift/issues/8026 So need to provide...
For me downgrade to "ffi", "1.16.3" fix the issue.
@bilalahmedmughalpk I can't reproduce it on my end. Could you provide full steps list to reproduce the issue in examples/AsYouType project? Or create a screen record with the issue. Additionally,...