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!