I had this check in my app for a long time...
if(UIReferenceLibraryViewController.dictionaryHasDefinition(forTerm: word))
Suddenly, I don't get any errors but every word string i pass it returns false.
Both Mac and iPhone recently upgraded is this OS issue? Monterey 12.1 and iOS 15.1.1
Thanks!