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 | 31 |
Tags
- Sendbird
- WWDC22
- Apple Developer Academy
- Swift
- fcm
- github
- UIStackView
- UIDatePicker
- Tuist
- cloud functions
- backend
- swift concurrency
- coreml
- Firebase
- ios
- task.yield()
- SwiftUI
- tabman
- spring
- Flutter
- createml
- watchkit
- Delegate Pattern
- Coding Test
- Project
- Complication
- widgetkit
- app intents
- UITableView
- 코테
Archives
- Today
- Total
azhy의 iOS 이야기
[iOS] swift, Error Domain=NSCocoaErrorDomain Code=4099~ 해결법 본문
2022년 7월 12일에 작성됨
프로젝트 작업을 하다가 갑자기 한눈에 봐도 어지러운 이런 에러코드가 떴습니다.
Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3
Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3
그렇다고 코드가 안 돌아가거나 하지는 않습니다.
궁금해서 검색을 쭉 해보니 로딩이 지연되는 현상을 만들 수 있다고 하고 앱 심사 도중 로딩이 지연되면 리젝을 거는 상황도 일어난다고 하네요..
해결방법
애초에 저게 무슨 에러이고 왜 일어난것인지도 명확하게 나오지 않습니다. 그렇다고 손 놓고 있다가 리젝 당하면 안 되니 따라 해서 처리하도록 합시다.
- Edit Scheme 접속
2. Environment Variables -> Name: OS_ACTIVITY_MODE & Value: disable 로 값 추가
추가하고 실행하면 에러가 뜨지 않습니다!
'iOS' 카테고리의 다른 글
[iOS] WidgetKit[2] - TimelineEntry, TimelineProvider (3) | 2024.11.12 |
---|---|
[iOS] WidgetKit[1] - 개념 및 기본, WidgetConfiguration (0) | 2024.11.12 |
[iOS] Struct와 Class 의 공통점과 차이점 (0) | 2024.11.12 |
[iOS] get, set, didSet, willSet (0) | 2024.11.12 |
[iOS] 원티드 프리온보딩 사전과제 연습 후기 (0) | 2024.11.11 |