skip to Main Content

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.

Has anyone else encountered this message?

Where is IDEPreferLogStreaming located? I don’t know what any of this means.

It’s building my app successfully but then loading it like its a computer using floppy discs (crazy slow).

Any ideas?

I tried wiping my OS and reinstalling. I’ve reinstalled Xcode twice now. Nothing.

A colleague of mine is working on the same SwifUI project with no issues.

2

Answers


  1. Same issue here: did you upgrade to 14.4 and you are using Xcode 15.3? I did upgrade the OS and now many things stopped working. I’m developing for macOS and now all applications I’m developing with XC and use (IB) windows chains, on closing also give this:
    BOOL _NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong) Failed to stat item:
    then
    file:/// path to my ~Library/Conatiners/my-app-id/Data/Library/Saved Application State/my-app.id.saved state/restorecount.plist
    I checked and naturally ~Library/Conatiners/my-app-id/Data/Library/Saved Application State/my-app.id.saved state does not exist.

    Tried both Intel and M(2) Macs: same output in the XC debug window.

    Login or Signup to reply.
  2. Same issue, app crashes, any ideas?

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search