광어네 맛집
[Objective C] this class is not key value coding-compliant for the key XXX 본문
Objective-C [레거시 뿌수기!]/Objective-C
[Objective C] this class is not key value coding-compliant for the key XXX
Lautner Jacob 2022. 11. 18. 17:53728x90
반응형
원래 이 오류의 경우 xib, 스토리보드 아웃렛이 제대로 연결되지 않았을 때 주로 발생한다
" setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key "
근데 이번 케이스에서는 따로 Xib 만들지도 연결하지 않았는데 이런 오류가 떴다
처음에는 단순히 초기화를 잘못한 줄 알고 찾았으나
bgView가 걸려서 검색을 해보니 Class 자체 이름이 비슷해서 에러가 난 거였다...
4시간 정도 날림 ㅎㅎ...
오늘은 개발 조금 쉬어야겠다
예를 들어 내 케이스는 Swift 로 CustomView를 만들어 Objective C로 가져가 사용하려고 했다
왜냐면 기존에 만들어져있는 CustomView가 너무 지져분했기 때문에
암튼
새롭게 만든 Swift Class Name: CustomAlertViewController
기존 Objective C Class Name: CustomAlertView
저기요 Xcode님 이거 왜 같다고 해요 증말 ㅜ
다른 분들은 이런 고생하시지 마시길
그럼 오늘도 화이팅
728x90
반응형
'Objective-C [레거시 뿌수기!] > Objective-C' 카테고리의 다른 글
[Objective C] Method Cannot be in an @objc extension of a class (without @nonobjc) because the type of the parameter cannot be represented in Objective-C (0) | 2022.11.09 |
---|---|
[Objective C] Static Method & Overloading (1) | 2022.09.30 |
[Swift Conversting] Enum 호환 (0) | 2022.08.29 |
[Swift Conversting] Dictionaray -> Model 전환 이슈 (0) | 2022.08.22 |
[Swift Library] Obective C에서 Swift Library 사용하기 (0) | 2022.06.21 |