xcode 14 pod init install 报错

312 阅读1分钟
Looking for related issues on cocoapods/cocoapods...

 - Pod init in xcode 14.1 and mac os ventura 13.0.1

   https://github.com/CocoaPods/CocoaPods/issues/11656 [open] [6 comments]

   a day ago

  


 - pod init after update it to XCODE 14

   https://github.com/CocoaPods/CocoaPods/issues/11546 [open] [17 comments]

   2 weeks ago

  


 - Error occurred when executing pod init

   https://github.com/CocoaPods/CocoaPods/issues/11536 [open] [16 comments]

   4 weeks ago

只需要 uninstall cocoapods 然后 install cocoapods 至于具体的工具,每个人不同,我用的是homebrew:

brew uninstall cocoapods
brew install cocoapods