jbowmanp1107 / ImageCropper.Maui

MIT License
43 stars 10 forks source link

Incomplete bitcode / Can not deploy to Appstore Connect #10

Closed hattmann closed 1 year ago

hattmann commented 1 year ago

I am trying to commit the app to the appstore, but i got this error from appstore connect.

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: cfe90121-8058-4143-a125-69f6790a0513)

What can i do? Please help!

hattmann commented 1 year ago

Ok, found a solution for this problem:

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

SotoiGhost published a MSBuild task to strip of bitcode, many thanks for that👍