-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buildozer ios debug build fails on MacOS Mavericks #83
Comments
Something is wrong. I don't know why, but in the compilation line, there is: |
I haven't customized it on purpose. I deleted my ~/.buildozer and my .buildozer and built from there. The only thing I remember changing is I added a symlink from /usr/local/bin/pip-2.7 to /usr/local/bin/pip2.7 to work around #22. I had to install some extra packages that buildozer was previously failing on; I don't remember the details, but it was auto-conf related stuff. Other than that, I think it's a pretty standard macos install. |
On posting that, I realized that having the symlink in /usr/local/bin wouldn't help much. ;-) So I put one in .buildozer/venv/bin as well, but I'm still getting arch related errors. |
Things to check:
Tell me if you have something different :) The -arch is not determined by Cython, but by Python and the env/platform. |
Ah, I was using ZSH, maybe that was the problem. I don't have a test Apple device anymore, but I'll try it again someday. |
The kivy-ios toolchain has been rewritten, this is not valid anymore :) |
I'm not sure if this is an OS flaw or a missing/invalid dependency, but when I try to build my Kivy app for ios, I get an error:
This looks to me like a missing dependency or invalid compiler version, so here's mine:
Any ideas to solve would be most welcome!
The text was updated successfully, but these errors were encountered: