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
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?
The text was updated successfully, but these errors were encountered:
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?
👋 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.
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?
The text was updated successfully, but these errors were encountered: