美文网首页
ios10 xcode8 Missing file

ios10 xcode8 Missing file

作者: 克拉克定律 | 来源:发表于2016-10-31 11:13 被阅读22次

    xcode8最近遇到几次警告,提示某个文件丢失,我之前都是通过Git提交更新代码,然后就没有了。警告如下图提示:

    650F7E5B-B019-49A2-A863-8A4312A9CAE7.png

    方法一:百度有楼主说是mac隐藏文件引起的,可以将隐藏的文件显示出来

    命令:defaults write com.apple.finder AppleShowAllFiles YES

    方法二:Xcode --> Preferences --> Source control --> "Enable source control" 勾去掉

    7218FEEE-7EB0-49AD-B86C-A30C64B14FC2.png

    建议第二种方法

    相关文章

      网友评论

          本文标题: ios10 xcode8 Missing file

          本文链接:https://www.haomeiwen.com/subject/rqdxuttx.html