How do you create a simple Objective-C command line project in Xcode

“Foundation” is the one you want. The Foundation framework is Apple’s “standard library” for Objective-C that provides all the basic classes like NSArray, NSString, NSNumber, and much more. Since “plain” Objective-C without Foundation is not very useful for most applications, Apple probably chose to name its project template after the Foundation library.

Leave a Comment

tech