How to determine if a file has been copied to a target

101 Views Asked by At

When I add files to my Xcode project, I am asked if I want to "Copy items into destination groups's folders" and given a checkbox for each target I want the files added to.

First, how can I, after the fact of adding files (weeks or months later), determine if I copied the files into the destination?

Second, how can I, after the fact, determine which targets the files were added to?

1

There are 1 best solutions below

0
Shamsudheen TK On

First, how can I, after the fact of adding files (weeks or months later), determine if I copied the files into the destination?

Find the files in your desired destination location. If It's available, then you have copied the files into the destination successfully:)

Second, how can I, after the fact, determine which targets the files were added to?

Select the file using Xcode and look at the Target Membership Section.

enter image description here