0

Run pod install and hitting this error. Just upgraded to Xcode 13 beta.

[!] Your Podfile requires that the plugin cocoapods-patch be installed. Please install it and try installation again.

How to resolve this?

TT_TT
  • 91
  • 3
  • 16
  • 1
    Downgraded to Xcode 12.5 and ran $ gem install cocoapods-patch and it works... Not sure why Xcode 13 beta is giving errors to download cocoapods-patch – TT_TT Jun 23 '21 at 04:10

2 Answers2

0

The obvious answer is "sudo pod install cocoapods-patch", but this fails because of conflicts of binaries, and if you do not overwrite them, it aborts instead of continuing on with installing other files. Back these files up, overwrite them, and then restore them, and then it will actually be installed.

Karatekid430
  • 940
  • 11
  • 25
-1
sudo gem install cocoapods-patch