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

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

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

解決方法:

1.在storyboard上選中(點擊黃色圈圈)reason中說起的xxControllercode

2.點擊屬性欄最右邊的show the connections inspector(箭頭)那裏,將顯示黃色感嘆號的刪去從新鏈接便可。io

相關文章
相關標籤/搜索