Xcode Missing File问题 BJGX 2017-12-28 343 阅读1分钟 如图: 出现这种的 是因为使用了git或者SVN 解决版本就是 重新提交到git就可以了 git add . git commit -m"提交" git push 完美解决