Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode. #69

Open
TamasBarta opened this issue Sep 11, 2024 · 0 comments
Labels
incident Something isn't working ios Needs changes on iOS

Comments

@TamasBarta
Copy link

When I try to upload my app to the App Store, I get this error:

[04:37:57]: [altool] 2024-09-11 04:37:57.658 *** Error: Asset validation failed Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode. (ID: 2685f55e-b5a3-443f-a315-bfaef45f1c81) (90482)

[04:37:57]: [altool]  {

[04:37:57]: [altool]     NSLocalizedDescription = "Asset validation failed";

[04:37:57]: [altool]     NSLocalizedFailureReason = "Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode. (ID: 2685f55e-b5a3-443f-a315-bfaef45f1c81)";

[04:37:57]: [altool]     NSUnderlyingError = "Error Domain=IrisAPI Code=-19241 \"Asset validation failed\" UserInfo={status=409, detail=Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode., id=2685f55e-b5a3-443f-a315-bfaef45f1c81, code=STATE_ERROR.VALIDATION_ERROR.90482, title=Asset validation failed, NSLocalizedFailureReason=Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode., NSLocalizedDescription=Asset validation failed}";

[04:37:57]: [altool]     "iris-code" = "STATE_ERROR.VALIDATION_ERROR.90482";

[04:37:57]: [altool] }

[04:37:57]: Application Loader output above ^
[04:37:57]: [ContentDelivery.Uploader.600003D2C180] Asset validation failed (90482) Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode. (ID: 2685f55e-b5a3-443f-a315-bfaef45f1c81)
[04:37:57]: Error uploading '/var/folders/zr/1lkpcx912m125gn972vyh0jc0000gn/T/a0563dec-7659-4073-b98d-1b908e1effe6.ipa'.
[04:37:57]: Asset validation failed Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode. (ID: 2685f55e-b5a3-443f-a315-bfaef45f1c81) (90482)
[04:37:57]: The call to the altool completed with a non-zero exit status: 1. This indicates a failure.
[04:37:57]: Could not download/upload from App Store Connect!

[!] Error uploading ipa file:
 [Application Loader Error Output]: [ContentDelivery.Uploader.600003D2C180] Asset validation failed (90482) Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode. (ID: 2685f55e-b5a3-443f-a315-bfaef45f1c81)
[Application Loader Error Output]: Error uploading '/var/folders/zr/1lkpcx912m125gn972vyh0jc0000gn/T/a0563dec-7659-4073-b98d-1b908e1effe6.ipa'.
[Application Loader Error Output]: Asset validation failed Invalid Executable. The executable 'Runner.app/Frameworks/GoogleCast.framework/GoogleCast' contains bitcode. (ID: 2685f55e-b5a3-443f-a315-bfaef45f1c81) (90482)
[Application Loader Error Output]: The call to the altool completed with a non-zero exit status: 1. This indicates a failure.

GoogleCast is only related to this library in my app. Unfortunately I have no idea what even bitcode is, but I wanted to report this, as this wasn't the case with an earlier version of the library. Now I use main from Git in my pubspec.yaml.

@sifferhans sifferhans added incident Something isn't working ios Needs changes on iOS labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incident Something isn't working ios Needs changes on iOS
Projects
None yet
Development

No branches or pull requests

2 participants