-
Notifications
You must be signed in to change notification settings - Fork 242
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
The application does not compile on an ios device #564
Comments
Dunno about the permission error you're getting, but building on Xcode 12 is unlikely to work yet, and believe me, I worked hard on it... |
I managed to build the application I got it right on the simulator iOS. But when I try to build on iPhone this error appears. |
I might be hitting this issue as well - my application works in simulator but not on actual device, couldn't get logs yet so I'm not sure. Nonetheless, building a kivy-ios dist from scratch with Xcode 12 tools failed for me ; did you build your kivy-ios dist prior to the Xcode 12 upgrade? (this is known to work at least for simulator and is in fact my current setup IIRC) |
I would be very grateful to you if you can find out what is the reason for this error. |
I am having the exact same issue, and have been for some time! At first I was running Xcode 12.2 on Catalina. Then I upgraded to Big Sur - same issue. Then I downgraded back to Catalina (clean build), reinstalled brew and installed Xcode 11.7, and am still producing the same issue! I have tried adding "-O --no-perms" to the build phases. I have also disabled the arm64 architecture. I have made sure that every single file in my Library/Developer folder has Read & Write permission for everyone, and have done the same for the Kivy-ios files. I have also tried virtually everything suggested in: https://stackoverflow.com/questions/24924809/the-file-myapp-app-couldnt-be-opened-because-you-dont-have-permission-to-vi?page=1&tab=votes#tab-top The only possible explanation I could think of is that it has something to do with my iPad running iOS 14.2, but I am too inexperienced to know what is really going on here. |
For the Xcode 12.2 related issue I have a pending PR that could be merged ASAP (when it passes the automated tests). |
I too had this same issue when trying to run my app on my iPhone. Versions: The app would run in a simulator but not on my physical iPhone. I took misl6's advice and followed the instructions in the README file. Here is what I did, and I will try to cover most of my steps as a simple follow along below that works as of for now. This is so you can do a simple Kivy test app before trying to do your own heavy intensive Kivy project. Just to get a feel for the process.
Hopefully this helps you not only get some experience but also with your own projects. |
Thanks @PeanutTheAdmin for reporting your whole process. Maybe someone else could take advantage on it. BTW, @NikitaAkimov I'm closing due to inactivity, feel free to re-open if it still needed. |
Versions
Describe the bug
Hello, could you help me solve the problem associated with compiling the application on the iPhone.
An error occurs during compilation:
Although there is no such error when compiling on a simulator.
To Reproduce
Creation of xcode project was done using this video - https://www.youtube.com/watch?v=UAi3PG-qN2k&t=2s
Logs
The text was updated successfully, but these errors were encountered: