[Objective-C] unrecognized selector sent to instance

Tadashi Shigeoka ·  Tue, October 2, 2012

I encountered the following error in Objective-C.

unrecognized selector sent to instance

There seem to be various causes, but this time it was because the method arguments weren’t being passed values properly.

・Reference:iOS開発で遭遇した謎のエラーたち | ひげろぐ

That’s all from the Gemba.