How do you fix this Xcode error whenever I create a new project it comes back.
The fix is to add IDEPreferLogStreaming=YES but it only fixes for the current project. If I create new project it come back which is annoying to every time add it as YES.
version: Xcode 15.4
I did try out Set this in Product->Scheme->Edit Scheme->Run->Arguments->Environment Variable
IDELogRedirectionPolicy oslogToStdio
OS_ACTIVITY_MODE disable
For reference : Logging Error: Failed to initialize logging system. Log messages may be missing.? I tried these solutions from here
3
1
3.1k