Category: Dev Tools

Introduction to Xcode

When you open up xcode, you will see this image

To open a new project, navigate to file >> New Project. Once you click this, a window will pop up with the different templates you can start with. For this example, I will choose Cocoa Application

Once you select your desired type of project and click choose, [...]