Unable to create new file within project w / XCode 6.4 beta under El Capitan
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 to share