반응형
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
- dfs
- 앱아이콘 변경
- dart
- element tree
- 완전탐색
- 알고리즘
- Event Loop
- 코틀린
- 재귀
- 에러
- linebreak
- Render object tree
- Lazy
- 플러터
- flutter
- 거리알고리즘
- microtask queue
- 싱글톤
- 초기화
- 비동기 처리
- IOS
- 플러터 동작
- Singleton
- 자바
- Java
- 프로그래머스
- Android
- 자료구조
- zwj
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