简体   繁体   English

在linux上构建iPhone应用程序

[英]Building iPhone app on linux

大家好,有没有办法在不使用xcode的情况下在linux上构建iPhone应用程序。我想使用ant。

No, there is no way to build iPhone apps on anything other than Intel Mac's. 不,没有办法在除Intel Mac之外的任何东西上构建iPhone应用程序。 Even third party app development kits like appcelerator require the iPhone SDK to be installed in the background 即使是像appcelerator这样的第三方应用开​​发套件也需要在后台安装iPhone SDK

另一个解决方案,但是再次无法在没有Mac的情况下编译,是Haxe: http ://gamehaxe.com/2009/05/22/haxe-on-iphone-simulator/

你需要有一个MAC来安装iPhone SDK,即使使用MonoTouch等工具(它允许你用C#而不是Objective C开发),你仍然需要用于SDK的MAC。

目前唯一的方法是使用MonoTouch,但使用的是C#,而不是免费软件。

You can develop and write for the iPhone on linux, but there is no way to compile it to an iPhone app and/or check if your code is working properly. 您可以在Linux上为iPhone开发和编写,但无法将其编译到iPhone应用程序和/或检查您的代码是否正常工作。

You'll need a mac for that or MonoTouch as said above. 如上所述,你需要一台mac或MonoTouch。

If you want to create games, you can use Unity 3D but that also is not free software. 如果您想创建游戏,可以使用Unity 3D,但这也不是免费软件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM