kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 238 forks source link

Asset validation failed Invalid bundle structure. The “soccer.app/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-darwin.so” binary file is not permitted. #815

Closed Tan837 closed 1 year ago

Tan837 commented 1 year ago

I'm getting these errors when trying to archive to app store connect.

Screenshot 2023-06-08 at 2 09 43 PM Screenshot 2023-06-08 at 2 10 05 PM
misl6 commented 1 year ago

Hi @Tan837 !

Is charset-normalizer a direct dependency for you or is a sub-dependency?

Tan837 commented 1 year ago

@misl6 I got it fixed. Just had to do toolchain pip uninstall charset-normalizer

misl6 commented 1 year ago

Closing as no additional info has been added. Feel free to re-open it if needed.