============================================================
博文原创,转载请声明出处
电子咖啡(原id蓝岩)
============================================================
众所周知,xcode的group和folder是相互独立的,因此重命名group时候,floder不会自动改变,下面介绍如何修改
- Close Xcode.
- Rename the source folder.
- Open the .pbxproj file inside project bundle (context menu "Show Package Contents") with any text editor.
- Search and replace any ocurrence of the original folder name with the new folder name.
- Save the file.
- Open Xcode project.