Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- objectiveC
- HomeBrew #MAC
- duplicate symbols for architecture arm 64
- 'openURL:' is deprecated: first deprecated in iOS 10.0
- git
- 영어읽어라
- Deploument Info
- Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
- 'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported
- 프로젝트기본설명
- The iOS deployment target
- Xcode
- arch -arm64 brew install
- 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0
- 의존성
- swift하고싶다
- Project File List
- Unable to install
- The image set has an unassigned child.
- 버전분기
- 코드설게
- swift하고싶다.
- Swfit
- objectiv-C
- iOS개발
- Swift
- 설명
- ios
- error
- FIRApp configure
Archives
- Today
- Total
행복한 세상의 니노
Swift - "[<UITableViewCell > setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key ~ ." 본문
IOS/IOS Error
Swift - "[<UITableViewCell > setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key ~ ."
니노z 2021. 6. 21. 23:44Thread 1: "[<UITableViewCell 0x7fe1dde06420> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imgView."
나의 에러 코드화면:
Class안에 imgView는 내가 선언한 변수의 이름이 없다는것이다.
하지만 나는 분명 imgView라는 변수를 사용했다!!
진짜...UIImageView 관련에서 업데이트를 했나..
내가 선언을 잘못했나..
Show the Connections inspector에서 Connection을 확인하고 재연결하고 문제가 있나 확인을 몇시간을 보고 생각했던거 같다!!
진짜 많은 생각을 했다..
진짜 삽질..엄청 해서 얻은결과!!
커스텀 셀관련 Class를 넣어준 곳에서!!
inherit Module From Target을 눌러주면된다..
진짜 상상도 못했다.. 와..
그렇지..
inherit Module Form Target = 대상에서 모듈 상속
반응형