Silence Specific Error in Xcode Console?

I'm running Xcode 10 Beta 1 and am getting the following error:

[discovery] errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 "query cancelled" UserInfo={NSLocalizedDescription=query cancelled}

From what I can tell, this is quite common and has occursed since the introduction of Xcode 9 and Swift 4, though none of the solutions fix the error:

That said, after running the Time Profiler, there don't seem to be any performance penalties that arise, and the functionaily of the app (presenting a UIImagePickerView) isn't impacted either.

Nevertheless, when running the app, the Xcode console is clogged with the above error. I don't want to silence all warnings and errors, just this specific one. Is there a way to do this?

Replies

I don’t think there’s anything sinister about that error. If it’s not causing you problems at runtime, you should feel free to ignore it. If its very presence bothers you, you should file a bug report about that.

Share and Enjoy

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

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