iOSアプリを作るときにReleaseビルドのときはデバッグログを出力しない

iOSアプリを開発するときには、デバッグ中にログを出力して、アプリの動作を確認したい場合があります。 しかし、アプリをリリースするときには、デバッグログを残しておくと、ユーザーに見られてしまいます。 そこで、以下の方法で …

Continue reading ‘iOSアプリを作るときにReleaseビルドのときはデバッグログを出力しない’ »

Zoom Meeting SDKのiOS版のサンプルプロジェクトを実行する

Zoom Meeting SDKのiOS版のサンプルプロジェクトを実行する手順を説明します。 (1)Zoom Meeting SDKのiOS版をダウンロードする Zoom Meeting SDKのiOS版をダウンロードし …

Continue reading ‘Zoom Meeting SDKのiOS版のサンプルプロジェクトを実行する’ »

Xcode 14.3でArchiveがエラーになる問題の対策

Xcodeを14.3に更新したらArchiveがエラーになりました。 Command PhaseScriptExecution failed with a nonzero exit code ログを見ると、このあたりでエ …

Continue reading ‘Xcode 14.3でArchiveがエラーになる問題の対策’ »

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.」’ »