Kivy Ios

47 views
Skip to first unread message

Aman Mishra

unread,
Dec 25, 2020, 4:09:32 AM12/25/20
to Kivy users support
Has Anyone tried kivy for ios apps. Can't seem to get it done. If anyone has done it please share on how to run kivy app on ios

Will Tejeda

unread,
Dec 25, 2020, 12:52:41 PM12/25/20
to kivy-...@googlegroups.com
I havent tried it yet but this guy did a tutorial on it last year 



On Fri, Dec 25, 2020 at 4:09 AM Aman Mishra <hero...@gmail.com> wrote:
Has Anyone tried kivy for ios apps. Can't seem to get it done. If anyone has done it please share on how to run kivy app on ios

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/892c9517-0108-4b84-b481-a76f30d1dc68n%40googlegroups.com.

Aman Mishra

unread,
Dec 25, 2020, 1:09:21 PM12/25/20
to Kivy users support
Actually, the main problem is with toolchain cmd I am getting an error when using that cmd .

I want an explanation regarding that 

$ toolchain
Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/bin/toolchain", line 5, in <module>
    from kivy_ios.toolchain import main
  File "/home/linuxbrew/.linuxbrew/opt/python@3.9/lib/python3.9/site-packages/kivy_ios/toolchain.py", line 245, in <module>
    class Arch64Simulator(Arch):
  File "/home/linuxbrew/.linuxbrew/opt/python@3.9/lib/python3.9/site-packages/kivy_ios/toolchain.py", line 250, in Arch64Simulator
    sysroot = sh.xcrun("--sdk", "iphonesimulator", "--show-sdk-path").strip()
  File "/home/linuxbrew/.linuxbrew/opt/python@3.9/lib/python3.9/site-packages/sh.py", line 3518, in __getattr__
    return self.__env[name]
  File "/home/linuxbrew/.linuxbrew/opt/python@3.9/lib/python3.9/site-packages/sh.py", line 3316, in __getitem__
    raise CommandNotFound(k)
sh.CommandNotFound: xcrun

This is the error that I am getting every time I use toolchain 

Dan The Man

unread,
Dec 25, 2020, 2:14:50 PM12/25/20
to Kivy users support
I'm no expert and only a windows and linux user but doesn't apple have some kind of "apt install  xcrun" or something similar if this xcrun is missing?

Will Tejeda

unread,
Dec 25, 2020, 4:15:13 PM12/25/20
to kivy-...@googlegroups.com
It doesn't have apt but it does have brew (homebrew) 

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.

Dan The Man

unread,
Dec 25, 2020, 4:49:57 PM12/25/20
to Kivy users support
On a quick google search it gave me:

It says to just do a:
xcode-select — install 

to install xcrun it looks like.

Does this fix it?

Aman Mishra

unread,
Dec 25, 2020, 11:37:11 PM12/25/20
to Kivy users support
https://stackoverflow.com/questions/36303013/can-i-install-xcode-in-ubuntu

according to the blog above, it's saying that installing XCode is not possible in ubuntu 

and thank you all for you response

planckp...@gmail.com

unread,
Dec 26, 2020, 1:34:04 AM12/26/20
to Kivy users support
Yes, you can't build a Kivy app for ios on Ununtu. you have to use Xcode, which means you have to use Macos
Reply all
Reply to author
Forward
0 new messages