check mis-typing attrbute perpoerty('object type' with 'assign' mem attribute ) in image(executable, dynamic library, etc)
Putting class (any of classes contained in target image) to KTPropertyCheck
as below:
[KTPropertyCheck checkImagesThatContainClasses:@[Foo.class]];
It would show you the obejct type porperty with assign attribute:
KTPropertyCheck: bar in class: Foo
All source code is licensed under the MIT License.