Unable to create new file within project w / XCode 6.4 beta under El Capitan

I'll create a new file while the group is selected, but the file is created outside of the project hierarchy.

What gives?

+3


source to share


2 answers


I managed to do it with this workaround:



  • Create a Cocoa class
  • ⌘ drag it to the desired project / folder (uncheck the "Copy items if necessary" checkbox and select "Create folder links")
  • Delete files outside of the project by right-clicking, choosing "Delete" and then "Delete Links"
+2


source


You can create Swift file instead of cocoa class file.



+1


source







All Articles