LoginSignup
1
0

【Flutter】Logging Error Failed to initialize logging system. が出た時

Posted at

エラー全文

Logging Error Failed to initialize logging system.
LogMessage may be missing. 
If this issue persists, try setting IDEPreferLogStreaming=YES 
in the active scheme actions environment variables.

Xcodeでrunした時に発生。
このエラーでビルドが止まったり、正常に動かなかったりはないが、エラー表示が気持ち悪いのとログのエラーなので、直しておきたい。

手順

try settingと書いてる通りにIDEPreferLogStreaming をYESにする。

  • XcodeメニューバーのProductからScheme > Edit Scheme...を選択
  • Arguments Passed on LaunchIDEPreferLogStreaming=YESを追加
  • Closeを押して閉じる

エラー解消

これでエラーが消えてすっきり。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0