iOS-新手常見錯誤:this class is not key value coding-compliant for the key xx

Lebus發表於2019-04-22

reason:[<xx專案名.xxController> setValue:forUndefinedKey]:this class is not key value coding-compliant for the key xx

Xcode控制檯報這個錯誤的時候,說明IBAction和IBOutlet有多餘或者錯誤的連線。

解決方法:

1.在storyboard上選中(點選黃色圈圈)reason中提及的xxController

2.點選屬性欄最右邊的show the connections inspector(箭頭)那裡,將顯示黃色感嘆號的刪去重新連線即可。

相關文章