MAUI Crash inRelease Mode #9719
Replies: 5 comments
-
I am having same issue. App run correctly in Debug. When I go to release the splash screen comes on and android app crashes. Anyone have fix? |
Beta Was this translation helpful? Give feedback.
-
Same here. |
Beta Was this translation helpful? Give feedback.
-
This is often (not always) an AOT issue where something is being trimmed out for release mode. Look at your crash dump and identify which dependency might be missing, or other root cause. |
Beta Was this translation helpful? Give feedback.
-
I found: just delete bin/obj. |
Beta Was this translation helpful? Give feedback.
-
When there is an error in XAML, errors can occur in release builds. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My MAUI app crashed on release mode on android, but in debug mode is OK, why?
WHEN change Release to apk splash screen is freeze and when bundle app crashed, but in debug mode every thins is OK
Beta Was this translation helpful? Give feedback.
All reactions