콜킷 개발할 때마다 화나게 하는 에러메세지
Error Domain=com.apple.CallKit.error.calldirectorymanager Code=3
아니 이건 무슨 문제라는거야...
귀한 자료가 있어 저장.
public enum Code : Int {
public typealias _ErrorType = CXErrorCodeCallDirectoryManagerError
case unknown // Code=0
case noExtensionFound // Code=1
case loadingInterrupted // Code=2
case entriesOutOfOrder // Code=3
case duplicateEntries // Code=4
case maximumEntriesExceeded // Code=5
case extensionDisabled // Code=6
@available(iOS 10.3, *)
case currentlyLoading // Code=7
@available(iOS 11.0, *)
case unexpectedIncrementalRemoval // Code=8
}
그리고 아래는 Xamarin 에서 제공하는 자료다.
MEMBER NAME | DESCRIPTION |
---|---|
CurrentlyLoading | |
DuplicateEntries | |
EntriesOutOfOrder | |
ExtensionDisabled | The directory extension was disabled. |
LoadingInterrupted | The loading of the directory extension was interrupted. |
MaximumEntriesExceeded | The maximum number of directory entries was exceeded. |
NoExtensionFound | The extension could not be found. |
UnexpectedIncrementalRemoval | |
Unknown | An unknown error occured. |
'Development > Solutions' 카테고리의 다른 글
[Swift3] 그림자를 만들자 (0) | 2017.02.08 |
---|---|
[ios - swift] 네이버 로그인 달기 (0) | 2016.10.31 |
[iOS - swift] 구글 로그인 달기 (1) | 2016.10.21 |
퀵 정렬 알고리즘 (Quick Sort) (0) | 2016.10.18 |
WRITTEN BY
- minjee
우리는 무엇을 할 수 있을까?
,