How can I resolve a red (moved) file in Xcode 5?

16,852

Solution 1

  1. Right click the file in Xcode and select "Show File Inspector"
  2. In the file inspector click the little folder icon next to the file path.

enter image description here

This will open a file dialog allowing you to update the file path.

Solution 2

Just delete the old one and add the moved one.

Share:
16,852

Related videos on Youtube

user
Author by

user

✨ I love you 😘

Updated on June 04, 2022

Comments

  • user
    user about 2 years

    In Xcode 4 when you would move a file, you could resolve the new location of the file by clicking a button in the right menu, and selecting the new location through Finder.

    In Xcode 5, there is no button in the right menu and I haven't found any way to specify the new location of the file through right clicking the file, or the top menu bar options.

  • user
    user over 10 years
    Stupid mistake on my part. I didn't realize the tabs in the Utility menu were collapsible.