kivy / kivy-ios

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

Toolchain python version mismatch #869

Closed Siamaster closed 8 months ago

Siamaster commented 8 months ago

Probably not a bug but I'm stuck, I hope it's okay that I ask here. I've got some instructions that used to build with xcode 14. When I tried to run them I encountered this: When I activate venv and run python -v I get 3.9.18 but when I run toolchain recipes I "Using the bundled version for recipe "python3" python 3.10.10. The whole thing ends up not running because of this. First I need to change the header search path to point to 3.10 but after than I get linker error in xcode. Should it by the way be possible to build on xcode 15 with ios 17?

misl6 commented 8 months ago

When I activate venv and run python -v I get 3.9.18 but when I run toolchain recipes I "Using the bundled version for recipe "python3" python 3.10.10.

This is absolutely fine. The Python version in your virtualenv can be completely different from the Python version that the toolchain is going to build (ATM 3.10.10).

Should it by the way be possible to build on xcode 15 with ios 17?

Yes! XCode 15 and iOS 17 are fully supported.

github-actions[bot] commented 8 months ago

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.