NSInvocation: object does not implement methodSignatureForSelector
- by Sam V
I have this weird crash that only happens when running the app on the device (doesn't happen in the Simulator).
It seems like the problem surfaces out of nowhere, as I haven't changed anything on that particular class. I had the very same issue a few days ago, and I ended up fixing it by duplicating the class, renaming it, and changing the…