일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Unable to install
- 설명
- HomeBrew #MAC
- 코드설게
- 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0
- ios
- objectiveC
- swift하고싶다
- Deploument Info
- arch -arm64 brew install
- 프로젝트기본설명
- Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
- git
- duplicate symbols for architecture arm 64
- 의존성
- Swift
- 영어읽어라
- 'openURL:' is deprecated: first deprecated in iOS 10.0
- error
- Swfit
- 'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported
- iOS개발
- Xcode
- The image set has an unassigned child.
- swift하고싶다.
- The iOS deployment target
- 버전분기
- Project File List
- objectiv-C
- FIRApp configure
- Today
- Total
목록IOS/IOS Error (11)
행복한 세상의 니노

Thread 1: "[ 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..

error code : Thread 1: "[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key txtbox." 해결방법 : 커넥션 삭제 후 재연결 -> Reconnect after deleting connection

문제 : Simulator closes Button 클릭시 Signal sigterm 발생 해결방법 : 시뮬레이터 closes Button으로 시뮬레이터를 종료하지말고 시뮬레이터 실행정지 후 종료 할 것 : Simulator Close Not closes Button -> Xcode Stop running noxt closes Button 참고한 사이트 : discussions.apple.com/thread/3258408