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

后端 未结 10 832
挽巷
挽巷 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 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

提交回复
热议问题