Pods-Resources.Sh Permission Denied in iOS Project

Pods-resources.sh Permission denied in iOS Project

You need to make the script executable. Open terminal and execute this command:

chmod a+x "/Users/shovon0203/Desktop/My Work/oDesk/momenTOGO/MomenTOGO_iPhone/Pods/Pods-resources.sh"

Cannot build pod dependent iOS project in offline

This issue has been resolved by removing [CP] Copy Pod Resources step from Build phase tab.

Actually cocoapods autogenerates this step for cocoapods v5.x which is no longer been used after 6.x but cocoapod updates could not able to handle migration case properly. So, if your project went through that migration period this issue might happen.

Permissions error in Jenkins when building CocoaPods based Xcode workspace

The only workaround I came across was to move the entire Xcode project to jenkins user directory.



Related Topics



Leave a reply



Submit