3

I have a project where a couple of files are in red, In XCode 3 I used to click the file Get Info and change the Path, but I have no idea how to do it in the new XCode 4.

Ricardo Sanchez
  • 4,935
  • 11
  • 56
  • 86
  • Actually the easiest way is described here: http://stackoverflow.com/a/16518071/184245 – tilo Jul 02 '14 at 09:23

2 Answers2

8

Click on your file, and then open the right side pane (there is a button in the top right corner). There you will see Identity and Type. Under the location drop down there is a small icon of I'm not sure what. If you click it, it lets you choose a file. I think that is what you want.

Joel
  • 1,110
  • 1
  • 9
  • 15
7

My method of choice is to just drag in the files from the new location and delete the references to the ones in the old location.

Luke
  • 7,110
  • 6
  • 45
  • 74