環境:Xcode15
Xcodeで実行した時、このようなメッセージに遭遇しました。
Logging Error: Failed to initialize logging system. Log messages may be missing. If this issue persists, try setting IDEPreferLogStreaming=YES in the active scheme actions environment variables.
IDEPreferLogStreamingの設定手順を紹介します。
手順
- メニューバーのProduct
- Scheme
- Edit Scheme
- Run
- Arguments
- Environment Variable
- +をクリック
- Nameに「IDEPreferLogStreaming」と入力
- Valueに「YES」と入力
これでエラーが出なくなりました。
参考