编译一个开源 iPhone 应用程序

发布于 2024-11-14 11:13:07 字数 206 浏览 2 评论 0原文

我想编译一个开源iPhone应用程序(https://github.com/newsyc/newsyc/ )但由于我没有 Mac,我无法使用 Xcode 来完成此操作。还有其他方法可以做到这一点吗? Cydia 应用商店上有什么可以帮助的吗?(我已经越狱了我的 iPod)

I want to compile an open source iPhone app(https://github.com/newsyc/newsyc/) but since I don't have a Mac, I can't do it using Xcode. Is there any other way to do this? Is there anything on the Cydia appstore that might help?(I already have jailbroken my iPod)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2024-11-21 11:13:07

抱歉,编译 iOs 应用程序的唯一方法是 XCode。 gcc 编译器确实支持 Objective-C,但框架技术仅受 Apple 编译器支持,并且最新的 Apple 编译器仅在基于 Intel 的 Mac 上运行。

有多种方法可以使用 Windows SDK 制作应用您的功能有限,但有时令人满意。但由于你已经有了 Objective-C 源代码,你需要一台 Mac(或者有 Mac 的朋友)来编译它。

我知道有些人设法在 Windows 上的虚拟机中运行 Mac OS X,这可能是您最后的解决方案 - 您必须在 google 上搜索很多,因为它可能非常棘手。也许找到愿意为你编译源代码的人会快很多 xD

sorry but the only way to compile iOs-apps is XCode. the gcc compiler does support objective-c, but the framwork-technique is only supported by apple's compiler and the newest apple compiler only runs on intel-based Macs.

There are ways to make apps with Windows-SDKs which give you limited, but sometimes satisfying, functionality. But since you already have objective-c source code, you'll need a mac (or a friend with a mac) to compile it.

I know that some people managed to run Mac OS X in a virtual machine on windows which could be your last solution - you'll have to google this a lot because it can be really tricky. Maybe finding someone willing to compile the sources for you will be a lot faster xD

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文