Moving Files into a Real Folder in Xcode

前端 未结 12 1039
北恋
北恋 2020-12-02 03:20

When I started my project I was happy to use Groups in Xcode rather than literal folders: Since I\'m using the browser in Xcode to access everything, stuff was nicely organi

12条回答
  •  遥遥无期
    2020-12-02 04:21

    To move a folder in xcode 4.5 I just...

    1. Delete the files/groups from xcode and select "Remove Reference".
    2. Go into finder and move the folder/files as needed.
    3. Once done I go back into Xcode and choose File->Add Files to {ProjectName}.
    4. Make sure "Copy Items into Destination Group's folder (If needed)" is checked
    5. Make sure "Create Group for any added folder" is checked
    6. Make sure "Add to Target" is checked for your project

提交回复
热议问题