4

Is there a IDE, library that could allow me to code Objective C on Ubuntu?

1 Answers1

5

Ubuntu includes GCC's Objective C compiler in the gobjc package. So you can compile your programs via gcc and debug using gdb.

gedit support objective C syntax highlighting.

If you want an IDE like xcode with apple sdk, framework. Then the answer is no. It is not possible.

Web-E
  • 21,716