Since Xcode6 has streamlined many project and file templates, which makes development very inconvenient, here is a brief introduction to how to copy the old version of Xcode template into the new Xcode here to copy the project template empty application
implementation steps:1. Install Xcode5.1.1 ready to install the package, do not drag into application after opening, to drag into the Custom folder 2. Open the contents of the Xcode5.1.1 package that you just installed 3. The relative path to the project template directory is:/xcode.app/contents/ Developer/platforms/iphoneos.platform/developer/library/xcode/templates/project\ Templates/Application/Empty\ Application.xctemplate 4. Copy this empty application template under the same path under Xcode6.1 5. Close all Xcode, and in the open Xcode6.1, you will see the assigned template
[Xcode uses-3] copy the project template from Xcode5.1.1 to Xcode6.1