Xcode 6 lacks "Empty Application" iOS template. Something similar is included, but not like it was in Xcode 5.x. This template generates bare bones application that I find completely unusable.
I don't use Storyboards oe XIBs. I got so frustrated by recreating this kind of application over and over. I would start with "Single View Application", then remove all the UI, and create my own classes, add localisable strings, Prefix.pch.. So I decided to make a "real" empty application template. It's here:
https://github.com/mihaelamj/mmjiostemplates
I'm still not satisfied with it, so if anyone has the same needs, I would appreciate a fork, pull request,..
Cheers.