XCode遇到了這個(gè)問題。
The document could not be saved. The file doesn’t exist.
解決辦法:
1:任務(wù)管理器強(qiáng)制關(guān)閉XCode。
2:finder中刪除報(bào)錯(cuò)的無法修改的文件。
3:pod update。
4:查看是否恢復(fù)。
原因:
git切分支時(shí)候,不斷修改某一個(gè)文件。XCode好像緩存了錯(cuò)誤的文件導(dǎo)致。
XCode遇到了這個(gè)問題。
The document could not be saved. The file doesn’t exist.
解決辦法:
1:任務(wù)管理器強(qiáng)制關(guān)閉XCode。
2:finder中刪除報(bào)錯(cuò)的無法修改的文件。
3:pod update。
4:查看是否恢復(fù)。
原因:
git切分支時(shí)候,不斷修改某一個(gè)文件。XCode好像緩存了錯(cuò)誤的文件導(dǎo)致。