続きを読む
2021年06月07日
Cloud Functions for Firebase のデプロイでエラーメッセージ「Detailed stack trace: Error: Cannot find module 'axios'」と表示されたときのチェックポイント
Cloud Functions for Firebase のデプロイでエラーメッセージ「Detailed stack trace: Error: Cannot find module 'axios'」と表示された場合のチェック箇所は下記の通り。
続きを読む
続きを読む
2021年02月25日
AdMob スマートバナーからアダプティブバナー、インターステイシャル広告からフルスクリーン広告への移行
AdMob 8.xでは インターステイシャル広告はDeprecatedとなり、スマートバナーはアダプティブバナーへの移行を推奨されているため、これらの広告へ移行する。続きを読む
2020年10月10日
プロビジョニングプロファイルを更新したときに、「Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.」と表示された場合の対処法
プロビジョニングプロファイルを更新したときに、Automatically manage signingではない設定時において、下記のように表示された場合の対処法。
続きを読む
Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.
続きを読む
2020年09月23日
CocoaPodsでライブラリをインストールしたプロジェクトを、Xcode12でビルドすると、The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. とエラー表示される場合の対処法
CocoaPodsでライブラリをインストールしたプロジェクトを、Xcode12でビルドすると、下記のエラーが表示される場合の対処法。
続きを読む
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.
続きを読む
2017年07月01日
ビルド時に ” resource fork, Finder information, or similar detritus not allowed Command /usr/bin/codesign failed with exit code 1 "とコンソールログにエラー表示される場合の対処法
ビルド時に ” resource fork, Finder information, or similar detritus not allowed Command /usr/bin/codesign failed with exit code 1 "とコンソールログにエラー表示される場合の対処法。
続きを読む
続きを読む