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

App Store Connect - Invalid bundle: Bitcode failed to compile #6

Closed
azzastudios opened this issue Jun 2, 2022 · 3 comments
Closed

Comments

@azzastudios
Copy link

Hi

I am trying to upload my app to the app store connect using this package. But I'm getting this error when uploading:

ITMS-90562: Invalid Bundle - Bitcode failed to compile for your watchOS binary because it includes assembly source code or inline assembly.

I found that it is probably related to dependency on the Swift-NIO-SSL package. But haven't been able to work out a solution.

Maybe you have a solution to this problem.

Thanks in advance.

@sroebert
Copy link
Owner

sroebert commented Jun 2, 2022

I will have a look tomorrow, I might have to conditionally import it, I think I’ve seen similar handlings in other libraries.

@sroebert
Copy link
Owner

sroebert commented Jun 3, 2022

Ok, this requires some changes in SSL handling for watchOS targets, I will make a fix as soon as possible, but it will take me a few more days to find time for this.

@sroebert
Copy link
Owner

sroebert commented Jun 4, 2022

This should be fixed in the latest release (2.6.0).

@sroebert sroebert closed this as completed Jun 4, 2022
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