[Xcode]排除 ”this class is not key value coding-compliant for the key xxx.” 錯誤訊息
出現 “this class is not key value coding-compliant for the key xxx.”

表示IBOutlet或IBAction設定有錯誤
或是Target Membership沒有給予權限
IBOutlet或IBAction設定有錯誤
用放大鏡搜尋此元件

找到此錯誤元件

刪除此元件設定即可解決問題
Target Membership沒有給予權限
到swift檔案右邊側欄中點擊第一個圖示

分頁中勾選Target Membership

設定完後即可排除異常