Since I’ve updated to High Sierra 10.13.6 and Xcode 9.4.1, each of my AppleScriptObjC apps returns this two errors at start up:
MessageTracer: load_domain_whitelist_search_tree:73: Search tree file’s format version number (0) is not supported
MessageTracer: Falling back to default whitelist
Some of those apps consist in a single window containing a table.
They return the following error at launch, apparently as many times as there are rows in the table:
AppleEvents: received mach msg which wasn’t complex type as expected in getMemoryReference.
Does anyone have a clue on this?
Google is of no help.