Has anybody managed to use objc_getClassList under arc, short of turning arc off for the file in question?
The fundamental problem is that one of the parameters is a C array of Class pointers.
Has anybody managed to use objc_getClassList under arc, short of turning arc off for the file in question?
The fundamental problem is that one of the parameters is a C array of Class pointers.
This code should work under ARC: