Apple fixed the problem in iOS 15 beta 7
App crash on iOS 15
Hi,
Use Visual Studio for Windows Ver. 16.11.1 Preview 1.0 Nuget all updated,
all my apps not working in iOS 15,
at first start it works, if terminate the app and reopen it doesn't work, crash on start
I also tried to make a new project with Visual Studio without any code and it gives the same error.
What could be the problem?
Thanks
Alex
Developer technologies | .NET | Xamarin
6 answers
Sort by: Most helpful
-
-
Erich Brunner | RIS GmbH 6 Reputation points
2021-08-26T03:22:24.993+00:00 @Mohammed B You still need to enable LLVM (https://mallibone.com/post/custom-targets-llvm) in your 'AppStore|iPhone' or 'Release|iPhone' Build Configuration , the one where the IPA package ist zipped or a more less workaround set in info.pList the Minimum iOS to 14. But that implicates that you loose clients with iOS below v. 14.x. I still haven't tried to remove the LLVM on iOS 15 Beta 7, but definitely will try it.
-
John Hair 371 Reputation points
2021-08-21T07:26:05.23+00:00 Setting the deployment target to 14.0 fixes the issue on iOS 15 devices, but excludes all those older iOS versions. That might be an option for some of you though.
-
Alessandro Anteritano 36 Reputation points
2021-08-21T08:21:26.203+00:00 I understood how to solve, enable in Release: "LLVM optimization"
I understand what it is for but I had never used it (by default it is disabled)
does anyone know about related problems?
Another problem with iOS 15 is that it seems to no longer accept whitelisting in
LSApplicationQueriesSchemes (fb / instagram no longer open) but that's another story ...now i will publish one of my apps and see if everything is ok
-
Erich Brunner | RIS GmbH 6 Reputation points
2021-08-21T15:51:06.937+00:00 @Alessandro Anteritano Enable "LLVM optimization" is the fix for iOS 15 App Crash?