Any hint about what can be the cause for this error? Or from where to start?
[NSConcreteValue _wantsForwardingFromResponder:toNextResponder:withEvent:]: unrecognized selector sent to instance
It happens only with iOS 5 ( both simu and device)
Thanks in advance!
Well, it was all about using a NSValue object where I should’t.
If you have some NSConcreteValue exception problem, just look for some improper use of NSValue class in your code.