Issues with 10.13.1

Not sure it's the right forum, but did not find a better one.


I get some new warning at execution since I upgraded to 10.13.1 (compiled with XCode 9.2beta 9c34b):


1.

objc[14074]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fff8b41fa70) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x10cd51cd8). One of the two will be used. Which one is undefined.

2.

2017-12-05 18:48:35.512432+0100 App[14074:3579370] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported

2017-12-05 18:48:35.512486+0100 App[14074:3579370] MessageTracer: Falling back to default whitelist

3.

2017-12-05 18:48:35.689292+0100 App[14074:3579826] errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 "query cancelled" UserInfo={NSLocalizedDescription=query cancelled}

4.

2017-12-05 18:48:38.552003+0100 App[14074:3579370] Month 13 is out of bounds


For the last one, I read the ongoing thread in the foruim.


What is this white list in 2? The version of App is not signed and not sandboxed.

I read h ttps://stackoverflow.com/questions/46463333/what-is-the-meaning-of-search-tree-files-format-version-number-0-is-not-sup

that one need to clear temporary files. Must this be done in terminal or could this be done in XCode directly ? (option clean does not solve)


For 3, seems that similar issues exist with IOS11

h ttps://stackoverflow.com/questions/46562336/photopicker-fb-grapsharer-issues-in-ios-11

In IOS, seems to be related to asking permissions a second time in App ?!?!

Accepted Reply

And I wonder: what are those white lists ?

The ones related to MessageTracer? If so, I wouldn’t worry about that. MessageTracer is an internal subsystem that has no third-party developer impact.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

I get some new warning at execution since I upgraded to 10.13.1 …

Are any of log messages associated with an observed problem with your app? If not, my recommendation is that you not worry about them. The OS is very complex, and it’s impossible to fully understand all of the log messages it generates. However, if you’re having a problem with your app and there’s a log message associated with that problem, I’m happy to take a proper look at that case.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thanks Quinn for replying.


No problem noticed at this stage. But I always fear it hides something I didn't catch.


And I wonder: what are those white lists ? The message does not show with the sandboxed version of the app

This message seem to have replaced another one when running in 10.12.6:

2017-12-06 17:39:33.947276+0100 App[9902:432803] [default] [ERROR] Failed getting container for URL: file:///Users/me/Desktop/app file/, error: Error Domain=BRCloudDocsErrorDomain Code=2 "Logged out - iCloud Drive is not configured" UserInfo={NSDescription=Logged out - iCloud Drive is not configured}


, so I guess it is related to this. Does it mean non sandboxed apps could be forbidden in some future ?

And I wonder: what are those white lists ?

The ones related to MessageTracer? If so, I wouldn’t worry about that. MessageTracer is an internal subsystem that has no third-party developer impact.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

OK, if you say I feel a bit reassured.