What Is The Main Development Environment For Cocoa?
Answer»
XCode and Interface Builder (For UI Development using drag and drop from an object library).
Applications can also be built using a text editor and building the application from COMMAND line using make FILES and use the GDB debugger to debug the application from command line.
Using XCode and Interface builder it is very easy to design, manage, BUILD and debug software products.