Posted on 2022/12/29In 開発 MacBook Air M1に開発環境を移行して作業していましたが、とにかくわけのわからないエラーが連発して、その解決だけで数日を費やす状況が続きました。非常に面倒なのが、Rosettaを利用してIntelプロセッサ用のアプリをM1/M2で使えるように変換する必要があるとのことです。Apple Support 8 Users 33 PocketsMac に Rosetta をインストールする必要がある場合https://support.apple.com/ja-jp/HT211861Rosetta 2 を使えば、Apple シリコンを搭載した Mac でも、Intel プロセッサ搭載 Mac 用に開発された App を使えるようになります。 結局、MacBook Proに開発環境を戻して作業することになりました。admob-plus-cordovaプラグインのインストールで、以下のエラーが発生しました。 Failed to install 'admob-plus-cordova': Error: pod: Command failed with exit code 1 今回は、このエラーの解決方法について説明します。 ターミナルで以下のように入力します。※現在のパスがアプリのフォルダとします。 cd platforms cd ios pod repo update pod install pod installのとき、以下のエラーが発生しました。 [!] `GoogleAppMeasurement` requires CocoaPods version `>= 1.10.2`, which is not satisfied by your current version, `1.10.1`. そこで、CocoaPodsをアップデートします。 user@A1502 ~ % sudo gem install cocoapods Password: Fetching addressable-2.8.1.gem Fetching molinillo-0.8.0.gem Fetching rexml-3.2.5.gem Fetching xcodeproj-1.22.0.gem Fetching cocoapods-1.11.3.gem Fetching cocoapods-core-1.11.3.gem Successfully installed addressable-2.8.1 Successfully installed cocoapods-core-1.11.3 Successfully installed molinillo-0.8.0 Successfully installed rexml-3.2.5 Successfully installed xcodeproj-1.22.0 Successfully installed cocoapods-1.11.3 Parsing documentation for addressable-2.8.1 Installing ri documentation for addressable-2.8.1 Parsing documentation for cocoapods-core-1.11.3 Installing ri documentation for cocoapods-core-1.11.3 Parsing documentation for molinillo-0.8.0 Installing ri documentation for molinillo-0.8.0 Parsing documentation for rexml-3.2.5 Installing ri documentation for rexml-3.2.5 Parsing documentation for xcodeproj-1.22.0 Installing ri documentation for xcodeproj-1.22.0 Parsing documentation for cocoapods-1.11.3 Installing ri documentation for cocoapods-1.11.3 Done installing documentation for addressable, cocoapods-core, molinillo, rexml, xcodeproj, cocoapods after 9 seconds 6 gems installed user@A1502 ~ % 再度、pod installを実行します。 pod install 正常に終了した場合、エミュレータを使って動作を確認します。 cordova run ios --target="iPhone-13, 15.2" iOS版の調整などはすでに終わっていますが、リリースビルドができない状態です。何とか来年の1月中にはリリースしたいところです。 Anker 735 Charger (GaNPrime 65W) (USB PD 充電器 USB-A & USB-C 3ポート)【独自技術Anker GaNPrime採用 / PowerIQ 4.0 搭載 / PPS規格対応 / PSE技術基準適合 / 折りたたみ式プラグ】MacBook PD対応Windows PC iPad iPhone Galaxy Android スマートフォン ノートPC 各種 その他機器対応 (ブラック)新品価格¥7,980から(2022/12/29 21:00時点) admob-plus-cordova CocoaPods Cordova iOS iPhone pod RosettaFacebookTwitterLinkedIn