I have taken SVN check-in for a project. Thereafter I have installed pod via terminal. After installation of pod there are few warning stating
This error happened to me after resolving some merge conflicts in the project file.
In Xcode 11.4.1, I removed Pods_TARGETNAME.framework under Project Settings > General > Frameworks, Libraries, and Embedded Content.
Pods_TARGETNAME.framework
I then ran pod install, after which everything was fine again.
pod install