用于Linux的Apple iOS IDE? [英] Apple iOS IDE for linux?

查看:137
本文介绍了用于Linux的Apple iOS IDE?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有兴趣了解是否有为Apple iOS开发的IDE?我目前正在学习Objective-C,但我没有Macbook或类似的东西。

I am interested in getting to know whether there is an IDE to develop for Apple iOS? I am currently learning Objective-C, but I don't have a Macbook or something like that.

所以实际上我正在寻找一个全能IDE,包括:

So actually I am looking for an "all around" IDE, including:


  • Objective-C编译器

  • Objective-C调试器

  • 测试开发的应用程序(如iPhone模拟器)的可能性

在Ubuntu上开发iPhone应用程序还需要什么(如果这是可能的)?

What else would I need to develop iPhone apps on Ubuntu (if that's possible)?

感谢您的任何建议。

推荐答案

你所要求的几乎是不可能的。我能想到在Linux上开发的唯一解决方案是使用GCC或Clang来编译Objective-C。没有Apple框架或模拟器,保存GnuStep,并且不是100%兼容。

What you are asking for is neigh impossible. The only solution I could think of to develop on Linux would be to use GCC or Clang to compile Objective-C. There are no Apple Frameworks or simulators, save GnuStep, and that isn't 100% compatible.

有一些问题。


  1. Linux SDK不存在iOS SDK库。

  1. The iOS SDK libraries don't exist for Linux.

Linux不存在模拟器。

The simulator does not exist for Linux.

您打算如何从Linux上签署您的应用程序?

How do you plan to sign your app from Linux?

您可以在技术上使用VM,但这是针对Mac OS X EULA的。另一个粗略的选择是针对GNUStep进行编译并在越狱设备上进行测试。

You could technically use a VM, but that is against the Mac OS X EULA. Another sketchy option is to compile against GNUStep and test on a jailbroken device.

老实说,你最好的办法是打破银行并获得一台Mac(Mini或Air,现在MacBook已经停产。那就是说,你可能会考虑花点钱在更大的屏幕上更多。在11英寸的屏幕上编写代码真的很难。)几个发展中的飞蛾可能会回收你的初始投资。

Honestly, your best bet is to break the bank and get a Mac (Mini or Air, now that the MacBook is discontinued. That said, you might consider spending a bit more on a larger screen. It's really hard to write code on just 11 inches of screen.) A few moths of developing may make back your initial investment.

祝你好运!

这篇关于用于Linux的Apple iOS IDE?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆