Xcode Missing File问题 2017-05-05 本文已影响0人 嗯哼丶傻大个是你 如图: 屏幕快照 2017-05-05 上午11.09.24.png 出现这种的 是因为使用了git或者SVN 解决版本就是 重新提交到git就可以了 git add . git commit -m"提交" git push 完美解决