Objective-C 编译器和编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19471448/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Objective-C Compiler And Editor
提问by Mehdi
This is just an easy question!
I want to lean some objective-cbut the problem I don't have a mac I've only PC with windows
is there any compiler and editor where I can type my code and run it on windows.
Thanks in advance.
这只是一个简单的问题!我想精简一些,objective-c但问题是我没有 Mac 我只有带 Windows 的 PC 是否有任何编译器和编辑器,我可以在其中键入我的代码并在 Windows 上运行它。提前致谢。
回答by cojoj
Yes, you can learn Objective-C — for example, see here. But you won't be able to create OS X or iOS applications straight from a Windows machine.
是的,您可以学习 Objective-C — 例如,请参见此处。但是您将无法直接从 Windows 机器创建 OS X 或 iOS 应用程序。
You can try to install a Hackintosh or emulate OS X in VirtualBox or VMWare.
您可以尝试在 VirtualBox 或 VMWare 中安装 Hackintosh 或模拟 OS X。
But, IMHO, all of this would be a real pain in the neck!
但是,恕我直言,所有这一切都将是真正的颈部疼痛!

