【Unity】AdmobSDKバージョンアップでビルドエラー

AdmobSDKをバージョンアップしXcodeビルドしたら下記エラー。
CocoaPodsをバージョンアップしたら出なくなった。
sudo gem install cocoapods

iOS framework addition failed due to a CocoaPods installation failure.This will will likely result in an non-functional Xcode project.
After failure,”Pod repo update” was executed and failed.”pod install” was then attempted again,and still failed.This may be due to a broken CocoaPods installation.See:https://guides.cocoapods.org/using/trobuleshooting.html for potential solutions.

pod install output:

Analyzing dependencies
[!]’Google-Mobile-Ads-SDK’ requires CocoaPods version ‘>= 1.12.0’,which is not satisfied by your current version, ‘1.11.3’.

Unity:2022.3.30f
Google Mobile Ads Unity Plugin:8.4.1→9.1.0

参考: