Xcode Missing File问题

343 阅读1分钟

如图:

屏幕快照 2017-05-05 上午11.09.24.png
出现这种的 是因为使用了git或者SVN 解决版本就是 重新提交到git就可以了

git add .
git commit -m"提交"
git push

完美解决