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

build the .ipa file as the end product in toolchain build stage #821

Open venkataraja705 opened 1 year ago

venkataraja705 commented 1 year ago

Is your feature request related to a problem? Please describe. currently we are using the kivy toolchain build to get the .xcodeproj but how do we get the .ipa so that we can install into the iphone and check without the need for using the xcode as the intermediate

Describe the solution you'd like may be we can have a build that will produce the .ipa file just like in buildozer we are able to produce the .apk file

this kind of approach will help other developers to test the application into the iphone itself

plese help and give any suggestions