标签: xcode macos xcode5
我的Xcode项目很遗憾地改为只读状态,没有任何东西会被修改。我无法前进。帮助我将Xcode状态从只读更改为读/写。
帮我解决。
提前感谢。
答案 0 :(得分:1)
转到终端并进行更改:
cd PATH #where PATH is the directory where you project is sudo chown -R YOURUSER:staff . sudo chmod -R 775 .
这将重置所有可写入的权限,只读给其他人