With injector property not defined app crashed if one of the required property is metaclass-protocol binding.
Debugging show that instance of my class creating without injector property and later it's skipped line id theObject = [injector getObject:desiredClassOrProtocol]; in JSObjectionUtils.m. After that app crashed.
Hi, I think I found a bug.
With injector property not defined app crashed if one of the required property is metaclass-protocol binding.
Debugging show that instance of my class creating without
injector
property and later it's skipped lineid theObject = [injector getObject:desiredClassOrProtocol];
inJSObjectionUtils.m
. After that app crashed.