kivy / kivy-ios

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

[BUG] Kivy Ios on mac os monterey arm64 simulator #740

Closed jhay06 closed 1 year ago

jhay06 commented 1 year ago

Hi , would like to request help

when building kivy apps on a simulator on mac os monterey with arm64/applesilicon in rosetta x86_64 environment, apps is too slow ,

Speed rating 👎 ,

then i tried to build in native arm64 but as soon as i hit play in xcode , it does not build image

how i can run kivy apps in native speed ?

jhay06 commented 1 year ago

mac os monterey with apple silicon doesn't use i386 simulator app ,it is using arm64 so i think the slow experience is due to app was built in i386 simulator instead of arm64 simulator .

jhay06 commented 1 year ago

any updates ?

misl6 commented 1 year ago

Closing in favor of #751