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

IPA upload problems with XCode 16 #6

Open
maitycyrus opened this issue Oct 22, 2024 · 3 comments
Open

IPA upload problems with XCode 16 #6

maitycyrus opened this issue Oct 22, 2024 · 3 comments

Comments

@maitycyrus
Copy link

maitycyrus commented Oct 22, 2024

Since XCode 16 update I get the following error message during IPA upload:

Asset validation failed (90482)
Invalid Executable. The executable 'Runner.app/Frameworks/HelpshiftX.framework/HelpshiftX' contains bitcode. (ID: XXX))

@arif-helpshift
Copy link
Collaborator

Hello @maitycyrus,
We will be fixing this with our SDK X iOS 10.4.0 Release. However, as a workaround you can run this command to strip the bitcode from the framework in order to upload the IPA.

xcrun bitcode_strip -r Runner.app/Frameworks/HelpshiftX.framework/HelpshiftX -o Runner.app/Frameworks/HelpshiftX.framework/HelpshiftX

@maitycyrus
Copy link
Author

Why is this closed? There is no fix so far only the workaround...

@arif-helpshift
Copy link
Collaborator

Thanks for pointing it out. It was closed by mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants