You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
?
The text was updated successfully, but these errors were encountered:
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
?
The text was updated successfully, but these errors were encountered: