Permission denied on Xcode solve the problem

Permission denied Permission denied, that means you do not have permissions (read, write, executable).

Solution: Open a terminal, enter the command sudo chmod -R 777 project path.

Guess you like

Origin www.cnblogs.com/sdx-highlight/p/11369667.html