Is there a IDE, library that could allow me to code Objective C on Ubuntu?
Asked
Active
Viewed 1,560 times
1 Answers
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