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
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.
Go to your project directory from the terminal
run "pod update"
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
Restarting Xcode helped me. Pod update and install didn't help.