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?
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?
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.