jbowmanp1107 / ImageCropper.Maui

MIT License
43 stars 10 forks source link

Asset validation failed (90668) Invalid Bundle Executable. #9

Closed WorkspacePrateek closed 1 year ago

WorkspacePrateek commented 1 year ago

Issues while uploading the release builds

I am generating IPA using the below command in Mac (M1) dotnet publish <MY_PROJECT>.csproj -f:net7.0-ios -c:Release -r:ios-arm64

When I upload the IPA using Transporter Application I get the below error

Asset validation failed (90668) Invalid Bundle Executable. The executable file '.app/Frameworks/TOCropViewController.framework/TOCropViewController' contains incomplete bitcode. To compile binaries with complete bitcode, open Xcode and choose Archive in the Product menu. (ID: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX)

Framework: .net 7.0.102 Visual Studio for Mac: 17.5 ImageCropper.Maui: 1.0.3

WorkspacePrateek commented 1 year ago

It appears to be a problem with .NET MAUI, but I was able to resolve it by using the solution found at https://github.com/dotnet/maui/issues/10989#issuecomment-1304317816. Hope it helps