this class is not key value coding-compliant for the key XXXXXX

前端 未结 4 1219
不知归路
不知归路 2020-12-02 02:07

when i try to build and run my app, it crashes and i got this in the log :

reason: \'[ setValue:forUndefinedKey:]: thi         


        
4条回答
  •  一个人的身影
    2020-12-02 02:12

    I have found the same error in my Application and I found solution for this after some time.

    Actually I Have given 2 action events for one button. I have removed extra connection which is assigned to button after that the problem is over.

    This is worked in my scenario. I hope it will be helpful to someone else..

提交回复
热议问题