Closed otristan closed 1 year ago
Yes, they're really annoying - something in the objC key-value observer system is creating hidden subclasses of these classes, and hanging onto them until shutdown. I think to avoid the warning I'll add something that just leaks the class, as there doesn't seem to be any other option to make it outlive the thing that's using it.
Hi,
Using the webview module in a Juce application, I get some report in Xcode log view when closing the app.
Are those normal ? Or did forgot to clean something ?
Thanks !