Creating a New Objective-C Project in Xcode 16
tl;dr use macOS → Application → Game or Command Line Tool Recently I wanted to refresh my memory on Objective-C. My first thought was to open Xcode, create a new project with language set to Objective-C and play with it. To my surprise, none of the iOS Application project templates allow you to select any other language than Swift. I (mistakenly) assumed that Apple must have removed Objective-C from all templates altogether....