is missing from working copy Xco
2016-12-18 本文已影响14人
梁同桌
- 消除警告 ,很简单
- cd 到当前目录的
find . -type d -name .svn | xargs rm -rf 执行当前语句完美 😊
或者:Xcode->Preferences->Source->Enable Source Control 勾勾去掉
find . -type d -name .svn | xargs rm -rf 执行当前语句完美 😊
或者:Xcode->Preferences->Source->Enable Source Control 勾勾去掉