M1 MacでCocoaPodsのinstall / update時に以下のエラーが出た時の対処方法
trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: URL using bad/illegal format or missing URL
Podfileファイルに「source ‘https://github.com/CocoaPods/Specs.git’」を追加する
追記:pod install やupdateを実行する前に、既存のtrunkを削除する
pod repo remove trunk