maui
maui copied to clipboard
.NET MAUI IOS APP CRASH on Launch Release Mode (From Azure CI/CD pipeline) after updating the MAUI.Controls to 8.0.20
Discussed in https://github.com/dotnet/maui/discussions/21769
Originally posted by thanigaiharan April 11, 2024 Updated the nugget to 8.0.20 for MAUI controls and CommunityToolkit.MAUI.Core to 8.0.1
https://github.com/dotnet/maui/discussions/21743
Note : Android is working Fine.
Do you have a bit more detail? Is there any log output, error messages anything that you can share? From the title I understand that debug is working? If you downgrade to 8.0.14 it actually starts working on release again too? Are you sure this is because of the .NET MAUI NuGet and not the CommunityToolkit NuGet? And if so, what is it that makes you sure about it?
@jfversluis you are right, issue is happening due to CommunityToolkit.MAUI.Core to 8.0.1.
Please open an issue there with the necessary details. This will include: how are you using the Toolkit in there? What are you doing to initialize it? Please put together a reproduction sample that shows this crash so we can diagnose this quickly, thanks.