Project Builder
The primary Cocoa development tool is called Project Builder. It provides an Integrated Development Environment (IDE) for writing, compiling, and debugging Cocoa applications using Objective-C, Objective-C++, AppleScript, or Java. Apple uses a modified version of gcc, the Gnu Compiler Collection, to compile Objective-C and Objective-C++. A modified version of gdb, the Gnu debugger, is used to debug applications. Project Builder wraps the Gnu tools and hides their command line nature from developers. Project Builder users do not need to use the Gnu tools directly. Project Builder integrates most development activities including editing code into one application.
NOTE
The Gnu project is a prominent open-source project. Details ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access