themoonlitknight
themoonlitknight
When are you going to fix orientation problems? Root view controller does not rotate when browser is shown, and browser rotation has a bad transition.
I have a similar issue of missing symbol when I run my app using a framework generated by me that depends on Realm (10.46.0 or any recent version). I found...
Check out this workaround https://github.com/realm/realm-swift/issues/7989#issuecomment-1953963196
Do you have `afterLiveQueryEvent` implemented on your server? I noticed I have this issue in that case so I added a fix on my fork in ClientPrivate.swift. ``` private func...