I developed a MAUI app (.NET 8 with Visible Studio 2022) that runs with none downside on Android on bodily units (3+ units examined) and on my native emulator: by no means had a startup downside.
I deployed it (Debug mode) on iOS (iPhone SE with iOS 15.8.3) however I can’t begin it, as a result of it crashes throughout the (very lengthy!) splash display screen time.
I’m 100% positive it isn’t my app’s fault as a result of I shortly create a brand new .NET MAUI pattern app and it has precisely the identical downside.
I haven’t got any helpful log (no stack hint obtainable) and the Output Window simply says:
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Personal.CoreLib.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Collections.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Runtime.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/Microsoft.iOS.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Runtime.InteropServices.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Threading.Thread.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Threading.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Web.Http.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Web.Primitives.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Numerics.Vectors.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Web.Sockets.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Drawing.Primitives.dll [External]
Loaded meeting: /personal/var/containers/Bundle/Utility/9715675F-79F0-48D4-987D-18A224580DDD/MauiApp1.app/System.Personal.Uri.dll [External]
L'app è stata terminata.
After many tries, I may solely run it manually after deploying in Launch Mode, however I can’t begin it from Visible Studio and I can’t debug it.
In Debug mode I can deploy it however I can’t begin it in any approach, even manually.
I additionally tried this selection in my challenge configuration with no luck:
true
I already restarted every thing a number of instances.
Any suggestion to repair this case?
Is there any iOS-specific log that I can examine?
I haven’t got a Mac so I can’t strive the iOS simulator or different Mac-related options.
I discovered a couple of related posts on the internet however no precise options:
https://github.com/dotnet/maui/points/24932