I am using Xcode 6.0.1
I created a new project which automatically generated .h and .m files .
When I try to add a new Objective-C file, it is only creating .m file. .h file is not getting generated. I tried all preferences, nowhere i found an option which says "Generate .h file".
Out of curiosity I checked Library/Developer/Xcode/Templates where only one folder exists.
/Users/rajeshreddy/Library/Developer/Xcode/Templates Rajeshs-MacBook-Pro:Templates rajeshreddy$ ls File Templates cocos2d v3.x Rajeshs-MacBook-Pro:Templates rajeshreddy$
Is there any setting which I can enable to generate .h file?