The app installed from TestFlight keeps crashing #19846
Unanswered
li-kusanagi
asked this question in
Q&A
Replies: 1 comment
-
The avalonia version is 11.3.7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I developed an app using Avalonia. The iOS version compiles and runs normally locally, whether it's the debug build or the release build. However, when distributed via TestFlight and installed from TestFlight, the app crashes immediately on launch. From the provided crash report, I found an error location similar to "wrapper_native_to_managed_Avalonia_iOS_DispatcherImpl_ObserverCallback_intptr_Avalonia_iOS_Interop_CFOptionFlags_intptr". It seems to be an issue with the interaction between Avalonia's UI thread scheduling and iOS native code. What steps should I take to resolve this problem now?
Beta Was this translation helpful? Give feedback.
All reactions