views:

151

answers:

3

Hello,

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

+2  A: 

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:

Bartek
Yeah, um Cocotron is definitely not an IDE. It is an implementation of some of the Cocoa libraries.
Jonathan Sterling
Took it out - my bad
Bartek
+4  A: 

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 :-).

Graham Lee
A: 

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.

Kendall Helmstetter Gelner