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

丶灬走出姿态 提交于 2019-12-21 03:14:15

问题


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.


回答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.

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




回答2:


Just delete the old one and add the moved one.



来源:https://stackoverflow.com/questions/19603332/how-can-i-resolve-a-red-moved-file-in-xcode-5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!