Renaming The Project Source Folder In Xcode
- Rename the source folder in finder/terminal.
- Right click the .xcodeproj file and select the option that says “Show Package Contents”.
- Open the .pbxproj file in a text editor.
- Command-F to find and replace all occurrences of the previous folder name with the new folder name.
- Save the file and you are good to go!