일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 앱스토어
- Android
- SSH
- kmip
- 애플
- git
- MSYS2
- 앱리소스
- SwiftUI
- albumbook
- 인증
- OTP
- appres
- 안드로이드
- css
- Nodejs
- Xcode
- SWIFT
- apple
- otpkey
- 2FA
- fido
- MFA
- SSL
- WebAuthn
- 앨범북
- FIDO2
- OSX
- openssl
- MYSQL
Archives
- Today
- Total
인디노트
xcode 에서 앱스토어 앱 업로드 실패할 경우 대처 본문
This only started happening to me today (May 2017) and no answers in this thread solved my issue. The resolution for me was from here;
https://forums.developer.apple.com/thread/76803
Open Terminal
. Change to home directory,
cd ~
Move the current transporter directory,
mv .itmstransporter/ .old_itmstransporter/
Invoke the following file to let Transporter update itself.
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
Wait till it updates, then open Xcode and attempt upload.
반응형
'소스 팁 > Objective C, Swift, iOS, macOS' 카테고리의 다른 글
iOS9 부터는 UIAlertController 사용 권장 (0) | 2018.01.05 |
---|---|
iOS PhotoKit - 카메라 롤과 일반 앨범 (0) | 2017.12.31 |
UIImageView setImageWithURL 에 대한 clear cache (0) | 2017.08.24 |
iOS - UIView 애니메이션 효과 (0) | 2017.07.10 |
xcode 의 시스템 변수 값 (0) | 2017.06.06 |
Comments