I have installed Fabric and Crashlytics in my application using Cocoapods. I got an error while running the application and error message is given below.
Error :
/project-path/Pods/Fabric/run: Permission denied
I have fixed the issue and steps for the same is given below.
Run below commands in terminal once you have reached the corresponding folder path.
chmod +x Fabric/run
chmod +x Fabric/uploadDSYM
Run the below commands, once you have reached the root folder (Command:- cd ..)
pod deintegrate
pod install