Flutter: Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: Permission denied Flutter: Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: Permission denied flutter flutter

Flutter: Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: Permission denied


Actually, this is caused by deintegrating. so deintegrating all pods then reinstalling them will resolve this issue

I fixed the permission problem by running the following command.

Here is the step I solve:

  1. Open Terminal and Go to /ios folder inside your Project.
  2. Executes pod deintegrate command
  3. Then after pod install
  4. Run your project flutter run


  1. First OF all Remove Pod Lock File2- copy podfile
    3- Run these command

    rm -rf Pods/ Podfile.lock

    pod install