Front-end/[iOS] Swift
[iOS에러] setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key dataTextField."
안녕주
2022. 2. 12. 14:40
Property를 사용한 데이터 전달 복습중, textfield를 사용하는 일이 있었는데,
setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key dataTextField."
위와 같은 에러가 났다.
해결 방법 : module 아래의 "Inherit Module From Target"을 체크한다.