> On 16 Apr 2015, at 09:35, Scott Berry <[email protected]> wrote: > > Hello there, > > I am following an objective C book and it tells me to open a new project and > then find applications and command line but I am not seeing that at all. Can > some one please help direct me better? > >
Objective-C books, well all programming books, seem to go out of date rather quickly; which one and which vintage are you using? Which version of Xcode come to that. Xcode changes rather quickly and other people have had problems translating older books to the current incarnation. In this particular case however that’s exactly right, File->New->Project->Application->Command Line Tool is correct. Assuming you are looking at ‘Application’ under OS X and no iOS, obviously iOS doesn’t have command-line tools. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
