kivy / kivy-ios

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

Need recipe for sqlalchemy - build has .so files that blocks app distribution #723

Open brentpicasso opened 2 years ago

brentpicasso commented 2 years ago

When distributing an app built with sqlalchemy, it leaves the following files:

./dist/root/python3/lib/python3.9/site-packages/sqlalchemy/cutils.cpython-39-darwin.so and cprocessors.cpython-39-darwin.so cresultproxy.cpython-39-darwin.so

This blocks the itunes distribution.

I was able to delete these files with no issues, but likely because I'm only using pure python features.