1 log/signpost messages lost due to high rates in live mode recording. To guarantee delivery of all logs, set IDELogRedirectionPolicy to oslogToStdio in the environment of the executable.と表示されて、後続のログが書き込まれなくなったときの対処法。
XcodeのEdit Schemeから、Runモードの環境変数を追加する。
Name : IDELogRedirectionPolicy
Value : oslogToStdio
1. Environment Variables で+をタップ
2. Nameに IDELogRedirectionPolicy、Valueに oslogToStdio を設定
参考記事:
https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes