I have a log in XCode output console:
Use -removeDeferredKeyObserver: instead of -removeKeyObserver:
I've searched trough the project using keyword removeKeyObserver but have not found any matches.
My question is how to found a place (line) after Xcode prints this line in console.
As it can comes from a library or inside core frameworks, you should :
grep "removeKeyObserver:" * -r to find where the method is calledIt used this method today for about the same purpose.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With