I faced this error build implementing Login with Facebook functionality in my React Native project. The unnecessary part that I did was I installed pods even after adding the Facebook Package from Xcode.
For iOS, there should only be one way to go with development, either with cocoad pods or with Packages.
Fix: From Xcode, I removed the facebook package and moved with only pods.