Pods-resources.sh: Permission denied error solution

Solution for Pods-resources.sh: Permission denied error when IOS uses pods to load for the first time

An error occurs when compiling and loading for the first time after using podsYour Pods storage directory/Pods/Target Support Files/Pods/Pods-resources.sh: Permission denied

Reason: The current development account does not have sufficient permissions to the project directory.
The error is caused by access permissions. The solution is
to enter the Pods/Target Support Files/Pods/ directory and execute the following command to
chmod a+x Pods-resources.sh

Then compile the program and the problem is fixed

 

If it has not been resolved, for example, it is found that the folder is not found after entering the directory

 

solve:

        Open a terminal and enter the command sudo chmod -R 777 working directory

                                                 sudo chmod -R 777 /Users/apple/Documents/Bryan/work/

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325954971&siteId=291194637