Open schriftgestalt opened 1 year ago
That's the joy of using a newer macOS version where some macCatalist classes are visible even in code that isn't using macCatalyst itself.
I've not yet found a way to avoid triggering this error other than reducing the chance by ignoring all classes whose name starts with ("NSUI").
In my app (Mac app written in objectiveC) that uses python/pyobjc for plugins and scripting I get this exception the first time python is used:
That is not a big problem as the exception is caught somewhere by the system. It is only annoying when I start the app with active breakpoints. But the error looks so unusual that I though I report it anyway.
This is the traceback in Xcode
(macOS 12.7, Xcode 14.0.1, python3.11, pyobjc10.0)