Seeing this as well. I'm using Swift and an NSTextView, and I'm providing autocomplete while the user types. On the call to NSTextView.complete() it will reliably show this error and, oddly, the syntax coloring I'm providing with the NSTextStorageDelegate's textContentStorage(_ textContentStorage: NSTextContentStorage, textParagraphWith range: NSRange) simultaneously stops working. Sadly neither call throws an exception so I'm unable to figure out what's actually causing the error.
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: