XCode 6: Project type, file type

Hi folks,

The start of chapter 31 mentions that:

Seems like XCode 6.0.1 has just been released, and as suggested, the template names are pretty different.

Under the IOS–>Others menu, there is an “Empty” option, which seems the closest option, but that doesn’t offer any sort of AppDelegate boilerplate. …Sooo, any thoughts?

I was in the same situation as you and found this thread that helped: http://www.reddit.com/r/iOSProgramming/comments/2a3jyr/xcode_6_beta_3_removes_empty_application_option/

Perfect - worked a treat. Many thanks unterrible. :slight_smile:

Just FYI I just opened it as a Single View project and everything worked fine.

You can just download the template from Github if you want to follow the book exactly.

github.com/mstrchrstphr/xcode6- … -templates

It tells you where to put it in the README, or, there is a provided shell script which will do it for you. I’ve used it for this chapter and it works just fine.