The file “Pods.xcconfig” couldn’t be opened because there is no such file

后端 未结 10 831
挽巷
挽巷 2021-02-05 01:25

How to solve this issue. I have downloaded the iOS project from the Git repo and when I try to build, it gives an error:

Check dependencies
The file “Pods.xcconf         


        
相关标签:
10条回答
  • 2021-02-05 01:59

    I Tried pod update command in terminal for the project, it did not fix the issue.

    then I Tried pod install command for the same project, it installed all the pod dependencies and the project got indexed and all those type of issues got fixed.

    0 讨论(0)
  • 2021-02-05 02:05

    Go to your project directory from the terminal

    run "pod update"

    0 讨论(0)
  • 2021-02-05 02:07

    For those who want to solve this issue and tried to remove the cocoa pods from the project: 1. Open the project, on the left side there must be a folder named Pods 2. Delete the folder and the problem will be solved !!! Do not do this if you need cocoa pods

    0 讨论(0)
  • 2021-02-05 02:09

    Restarting Xcode helped me. Pod update and install didn't help.

    0 讨论(0)
提交回复
热议问题