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

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

    I found a good hint inside the issues of CocoaPods on GitHub, try this:

    1. Close your project (better close Xcode completely)
    2. Open the Terminal inside your project and execute pod install
    3. Open your project again. If there are still errors clean your project ( Shift + cmd + K ), after this the errors should be gone.

提交回复
热议问题