Log Messages after upgrading to Xcode 15.3

Hello everyone,

after upgrading to Xcode 15.3 I noticed several log messages that weren't present in my project before. Here are some examples:

BOOL _NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong) Failed to stat item: file:///Users/ ... savedState/restorecount.plist

[SendServerMessage](com.apple.mobileasset.autoasset) ErrorHandler: Calling provided reply completion on connection error Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.mobileasset.autoasset was invalidated: failed at lookup with error 159 - Sandbox restriction." UserInfo={NSDebugDescription=The connection to service named com.apple.mobileasset.autoasset was invalidated: failed at lookup with error 159 - Sandbox restriction.} for connection <NSXPCConnection: 0x60000114ebc0> connection to service named com.apple.mobileasset.autoasset

MA-auto{_failedLockContent} | failure reported by server | error:[NSCocoaErrorDomain:4099]

I'm at a loss here. Can I treat these messages as log noise and safely ignore them or is there a way to fix them?

Your help is greatly appreciated!

For me it's the restorecount.plist error only. 100% SwiftUI app.

Same issue with ..savedState/restorecount.plist under Xcode Version 15.4 (15F31d) and sometimes also creates wrong path caused by adding Organization Identifier but looking for path without. Not solved yet.

In Xcode 16b the first error is slightly rephrased:

BOOL _NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong) Failed to stat item: file:///Users/username/Library/Containers/appIdentifier/Data/Library/Saved%20Application%20State/appIdentifier.savedState/restorecount.plist

and every app, including Apple examples has it.

Log Messages after upgrading to Xcode 15.3
 
 
Q