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

后端 未结 10 834
挽巷
挽巷 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:49

    Closing Xcode, pod update and pod install didn't help me.
    I just ran the install cocoapods command again:

    sudo gem install cocoapods
    

    If you see error:

    You don't have write permissions for the /usr/bin directory

    Use next command:

    sudo gem install cocoapods -n /usr/local/bin
    

提交回复
热议问题