79538004

Date: 2025-03-27 06:34:28
Score: 1
Natty:
Report link

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.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mian Aamir Shehzad