반응형
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
- 플러터
- Kotlin
- Lazy
- 에러
- 프로그래머스
- dfs
- 비동기 처리
- IOS
- 알고리즘
- dart
- Android
- 싱글톤
- element tree
- 완전탐색
- 초기화
- 재귀
- 프리즈드
- linebreak
- zwj
- 앱아이콘 변경
- 자료구조
- 코틀린
- 거리알고리즘
- 자바
- Singleton
- flutter
- Render object tree
- 플러터 동작
- Java
- Widget Tree
Archives
- Today
- Total
모바일 개발하는 자바리안의 메모장
Flutter - Xcode 13 업데이트 실패(무한 로딩) 본문
반응형
flutter build 커멘드로 ipa 파일을 생성하려면 Xcode 13이 필요하다하여 OS 업데이트를 마친 뒤, Xcode 업데이트를 하는데,,
로딩 인디케이터가 몇시간이 지나도 없어지질 않는다.
찾아보고 찾아보다 착아낸 솔루션은 아래와 같다 :
1. 아래 경로에 있는 cache directory 제거
open ~/Library/Caches/com.apple.appstore
2. 앱스토어 에이전트 강제 종료
pkill -9 -f appstoreagent
이렇게 앱스토어로 설치하는 방법을 버리고, 직접 다운로드 받아 설치하면된다.
아래 애플 개발자 페이지로 들어가 Xcode13을 찾아 설치하면 끝.
https://developer.apple.com/download/all/
반응형
'Flutter' 카테고리의 다른 글
Flutter - WidgetsFlutterBinding.ensureInitialized()을 이용한 Main함수 Binding (0) | 2022.11.06 |
---|---|
Flutter - Factory 생성자 (0) | 2022.11.03 |
Flutter - 앱 실행 시 발생하는 PlatformException 해결(flutter_secure_storage plugin) (0) | 2022.07.01 |
Flutter - java.lang.UnsatisfiedLinkError, couldn't find "libflutter.so" 해결 (0) | 2022.06.23 |
Flutter(dart) - 비동기 프로그래밍 (Future) (0) | 2022.04.01 |
Comments