Is there an IDE which specifically supports Objective-C and has linked with Cocoa Touch (optionally Cocoa) build tools for easy writing, building and running of programs?
I am looking to switch from XCode because XCode is buggy and crashes when I load files which has thousands of lines of code. Also the beautifier isn’t good. It’s not that performant.
It doesn’t need to come with Interface Builder. I just need to write Objective-C in the IDE. More like Aptana if you have been a web developer.
Only for writing Obj-C Code, you can use any text editor.
You can not draw any UI like IB, but you can code to construct any of the UI elements.
However I would suggest to use BBEdit.
Or if you wish you can go for any C / C++ / Java IDE. But it wont compile for compiling you need to to switch back to XCode.
Or you can compile through terminal by giving the following command.