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
- swift documentation
- tableView
- combine
- 클린 코드
- Refactoring
- Clean Code
- 애니메이션
- Observable
- 리펙토링
- map
- Xcode
- collectionview
- clean architecture
- HIG
- 리펙터링
- MVVM
- Protocol
- Human interface guide
- ios
- SWIFT
- swiftUI
- ribs
- rxswift
- 스위프트
- UITextView
- uitableview
- RxCocoa
- uiscrollview
- UICollectionView
- 리팩토링
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Xcode 계정 에러 해결 방법 (The operation couldn’t be completed. Unable to log in with account '...', The login details for account '...' were rejected.) 본문
iOS 응용 (swift)
[iOS - swift] Xcode 계정 에러 해결 방법 (The operation couldn’t be completed. Unable to log in with account '...', The login details for account '...' were rejected.)
jake-kim 2024. 3. 6. 01:05Apple ID 인증 에러
- 아래와 같은 에러는 Xcode에서 Apple ID 로그인이 실패했다는 의미
- 만약 예전에 Xcode에 로그인을 하고 그 이후에 Apple ID 패스워드를 바꾸었을때 아래같은 에러가 발생 가능
- Xcode > settings (cmd + ,) > Accounts 탭 > Sign In Again을 클릭하여 다시 로그인 할 것
- 성공하면 빨간 에러 메시지가 사라지고 이제 정상동작
'iOS 응용 (swift)' 카테고리의 다른 글
Comments