如何为 iOS 打包 Kivy 应用程序?

How do I package Kivy apps for iOS?

我创建了一个名为 Paint Maker Pro with Kivy and Python code and now it's on the Google Play Store. Some of my friends with iPhones want to try the app. But they can't get it from the Apple App Store. So I looked up package for ios kivy and the best answer I could find was this 的应用程序。但这些说明仅适用于使用 macOS 的人。我正在使用 Linux。我确实尝试按照说明进行操作,但在尝试安装 Cython 时出现错误。那我该怎么办?

您可能无法在不使用 OSX 的情况下进行打包。虽然有一个解决方法。这可能很棘手,但我这样做是为了使用 pyinstaller 为 OSX 本身打包应用程序。

您将需要安装 virtualbox。然后你可能需要研究一下如何在 virtualbox 中安装 OSX。 OSX 不被 virtualbox 支持。所以安装可能很复杂。我这样做已经 3 年了,但我研究了 hackentosh。在我读过的一些说明中,您必须能够访问实际的 mac 才能执行一些 bash 魔术并修补 OSX 安装程序。有一个预打包的 yosemite 某处我确定你可以下载。您还可以学习一些教程,这些教程可能比我现在给您的信息更新得更多。

希望对您有所帮助。祝你好运。