iOS5 Stable App Crashing in iOS4.3 Simulator

后端 未结 2 990
长发绾君心
长发绾君心 2021-01-17 18:21

i am getting an NSInvalidArgumentException with reason: -[UITapGestureRecognizer initWithCoder:]: unrecognized selector sent to instance

my understandin

2条回答
  •  礼貌的吻别
    2021-01-17 19:02

    As @mit3z states in his comment on the original question, iOS 4.3 supports this feature only when setup up manually with code. It is not supported with Interface Builder.

    Apple would have saved us all grief over this if they simply added this as a build-time warning.

提交回复
热议问题