skip to Main Content

This is what shows up in the terminal

I have tried doing the pod repo remove trunk, pod install, pod update process, but it doesn’t seem to work either. Thanks in advance for your answers!

2

Answers


  1. Try to delete your CocoaPods and reinstall it.
    Or juste use Swift Package Manager => https://developers.facebook.com/docs/ios/getting-started/

    Login or Signup to reply.
  2. Seems quite a common error.
    First add this string at the top of the Podfile source 'https://github.com/CocoaPods/Specs.git'
    On the terminal type pod repo remove trunk and then try a pod install

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search