IDE For Objective-C On Linux

时光怂恿深爱的人放手 提交于 2019-12-22 04:21:29

问题


I'm learning Objective-C and i would like to know where i can found a IDE for Objective-C on Linux?


回答1:


There are two different IDEs provided with GNUstep, I prefer ProjectManager but there's also ProjectCenter. While neither has been released in a while, the state in VCS is much better than the date of the last release would lead you to believe :-).




回答2:


Honestly when it comes to doing Objective-C and you have access to a Mac, Xcode is your best bet but here's what I know would be close enough on a Linux box:

  • Project Center
  • KDevelop
  • And not sure if there's a plugin for it, but Eclipse is a fairly good IDE.



回答3:


What do you want out of an IDE? Emacs has a very good Objective-C mode, and good integration to parse build errors from GCC and also debug with GDB. It would be a good IDE for most tasks, unless you really want a GUI builder.




回答4:


Have a look at the latest FreeBSD release, which incorporates Clang, a rival of gcc with a BSD licence instead of a GPL licence.



来源:https://stackoverflow.com/questions/1620825/ide-for-objective-c-on-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!