Skip to content

AlexanderEgorov/dotnet-maui-bug-build-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages