0

You can only imagine how frustrated I am, trying to go through my old computer finding where all the resources are and putting them on the new one.

Please tell me how I can, next time, prevent this from happening. When I copy files into Xcode, I actually want to copy them in there. Not just use the file location.

jscs
  • 63,694
  • 13
  • 151
  • 195

1 Answers1

0

When adding files to a project you'll get asked if Xcodeshould copy them. If you allow that, they are copied. otherwise consider using a version control system, that allows you to clone your project on another computer.

Volker
  • 4,640
  • 1
  • 23
  • 31