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 '.so' files are not working with Apple's upload to App store. #584

Open
paulwilson90 opened this issue Dec 8, 2021 · 0 comments
Open

Comments

@paulwilson90
Copy link

I am trying to get my app uploaded to the app store/test flight but in the upload process, it fails with this message:

App Store Connect Operation Error ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'weatherstrip.app/lib/python3.9/site-packages/Cryptodome/Hash/_MD2.abi3.so' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure%C2%A0for information on the iOS app bundle structure."

I get this for 38 of the files in the Cryptodome folder, all of which are '.so' files. I have the 'lib' folder that contains the Cryptodome folder in the 'Copy Bundle Resources' section in my project on Xcode as well as in the sidebar 'Resources' section.

Is there a way of getting the app submitted to the app store/test flight/app store connect with these '.so' files, or is there no way around it
Screen Shot 2021-12-08 at 6 11 56 pm
Screen Shot 2021-12-08 at 6 12 23 pm

?

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

1 participant