pod installを実行すると「Your project does not explicitly specify the CocoaPods master specs repo.」

pod installを実行すると以下のメッセージが表示されました。 [!] Your project does not explicitly specify the CocoaPods master specs rep …

Continue reading ‘pod installを実行すると「Your project does not explicitly specify the CocoaPods master specs repo.」’ »

iOSのAPNs証明書を更新する

iOSのAPNs証明書を更新する手順です。 CSRファイルの作成 キーチェンアクセス.appを開き、メニューから「キーチェンアクセス」→「証明書アシスタント」→「認証局に証明書を要求」を選択します。 「メールアドレス」「 …

Continue reading ‘iOSのAPNs証明書を更新する’ »

Androidの通信速度を制限してアプリのテストを行う

通信速度が遅いときのAndroidアプリのテストを行うための方法です。 環境 macOS Ventura 13.1 Android 13 Network Link Conditionerをインストールする Macの通信速 …

Continue reading ‘Androidの通信速度を制限してアプリのテストを行う’ »

macOS 13 Venturaに更新したらssh接続できなくなった

macOS 13 Venturaに更新したらssh接続できなくなりました。 対策 ”~/.ssh/config”ファイルに「HostkeyAlgorithms」と「PubkeyAcceptedAlgorithms」を設定 …

Continue reading ‘macOS 13 Venturaに更新したらssh接続できなくなった’ »