答案來自stack overflow: http://stackoverflow.com/a/28504124/5430805
A simple approach would be to copy the XCode 5's Empty Application template to XCode 6's templates directory.
You can download XCode 5's Empty Application template from here and copy it to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application directory.
Edit
As suggested by @harrisg in a comment below, You can place the above mentioned template in ~/Library/Developer/Xcode/Templates/Project Templates/iOS/Application/ folder so that it may be available even if Xcode gets updated.
And if there is no such directory present, then you might have to create this directory structure: Templates/Project Templates/iOS/Application/ in ~/Library/Developer/Xcode/
Using this simple approach i'm able to create an Empty Application in XCode 6.?
?Hope this helps!
原文中的附件下載地址為:https://dl.dropboxusercontent.com/u/65674657/Empty%20Application.xctemplate.zip
原文具體重要內(nèi)容為下載答者提供的附件,復(fù)制到~/Library/Developer/Xcode/Templates/Project Templates/iOS/Application/下,重啟Xcode即可創(chuàng)建empty application块蚌。親測有效独柑。如沒有該路徑,則創(chuàng)建启上。//~是資源庫的目錄的意思
原文鏈接貌似不翻墻打不開恨旱,我創(chuàng)建的百度云下載鏈接為:http://pan.baidu.com/s/1kTtSrf5
下載后解壓座慰,解壓成功后為一個(gè)文件夾,把文件夾復(fù)制到該路徑即可械荷。