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

后端 未结 10 959
挽巷
挽巷 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条回答
  •  Happy的楠姐
    2021-02-05 01:50

    I've experience a similar situation, for me, it's an error stop all the pods to be updated when I ran pod update.

    Try to resolve the error and run pod update again, clean your project then try to build again.

提交回复
热议问题