Move Folder with images

后端 未结 1 1173
感情败类
感情败类 2021-01-28 10:05

I am using Xcode and currently my images are on desktop , what is the right way to move them in to the folder? (when I just copy paste them my project not builds). is there any

相关标签:
1条回答
  • 2021-01-28 10:18

    1.In the Xcode project navigator, select the destination project or group for the item you want to add.

    2.Choose File -> Add Files to “”.

    3.Select the file or folder to add.

    4.Select destination, folder, and target options, and click Add.

    or

    Just drag and drop your desktop folder into Xcode project.

    In your case the images are on desktop. So you have to check Copy items into destination group’s folder option. Select this option to create a copy of the selected file or folder in the workspace. Do this if you want to delete, move, or rename files or folders in the workspace without altering the original versions on disk.

    enter image description here

    For more details : Developer.Apple : Adding an Existing File or Folder.

    0 讨论(0)
提交回复
热议问题