All my juce apps with juce6 now print this at exit:
objc[42970]: objc_disposeClassPair: class 'JUCEWindow_7654d7c572cb2def' still has subclasses, including 'NSKVONotifying_JUCEWindow_7654d7c572cb2def'!
objc[42970]: objc_disposeClassPair: class 'JUCEWindow_7654d7c572cb2def' still has subclasses, including 'NSKVONotifying_JUCEWindow_7654d7c572cb2def'!
objc[42970]: objc_disposeClassPair: class 'JUCEView_b11f4fbe71056da2' still has subclasses, including 'NSKVONotifying_JUCEView_b11f4fbe71056da2'!
objc[42970]: objc_disposeClassPair: class 'JUCEView_b11f4fbe71056da2' still has subclasses, including 'NSKVONotifying_JUCEView_b11f4fbe71056da2'!
i’m pretty sure i’m releasing my objects at the end, and ASAN is confirming.
Anyone got these ? Any idea on how to get rid of them ?