kivy / kivy-ios

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

Kivy Xcode "Unable to open main.py" #661

Closed NicFolk closed 2 years ago

NicFolk commented 2 years ago
Screen Shot 2021-11-26 at 6 48 48 PM

I recently created a Kivy project, running it successfully in terminal. I then packaged it for iOS, following all the instructions on the Kivy website. I did not run into any errors there, but once I opened the Xcode project that I created through packaging, it would not run. The first error I got was a PhaseScriptExecution build error, which I fixed by adding "-O --no-perms" to the Build Phases -> Run Script section. Now, when I try building, the build succeeds but I get the error above and ultimately my app fails to open. Can someone help me figure out what is going on? Thanks in advance

karimkhanvi commented 1 year ago

Hi @NicFolk Can you reply how did you solve this problem ?