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.
pod update
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.
pod install