Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 607 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 607 Bytes

dotnet-maui-bug-build-release

https://github.com/dotnet/maui/issues/26322

  • dotnet build -p:Configuration=Release -p:TargetFramework=net9.0-android -p:AndroidSdkDirectory=[YourAndroidSdkDirectory] -p:EmbedAssembliesIntoApk=true --verbosity d

Error: Microsoft.Android.Sdk.Aot.targets(110,5): error : Precompiling failed for DXMauiApp.dll with exit code 139.

  • dotnet build -p:Configuration=Release -p:TargetFramework=net9.0-ios -p:RuntimeIdentifier=ios-arm64 --verbosity d

Error: Xamarin.Shared.Sdk.targets(1279,3): error : Failed to AOT compile DXMauiApp.dll, the AOT compiler exited with code 139.