문제상황
flutter로 만든 앱이 xcode에서
빌드 했을 때 아래 에러 나면서 빌드 실패되었다.
.pub-cache/hosted/pub.dev/http-0.13.5/lib/src/io_client.dart:90:8: Error: 'athrow' isn't a type.
해결방법
pub cache를 삭제하고 다시 다운로드 받는다.
flutter clean
flutter pub cache clean
flutter pub get
반응형
'💻 개발IT > Flutter' 카테고리의 다른 글
Flutter 앱 배포 자동화하기 ② (with. Fastlane) (0) | 2024.11.11 |
---|---|
Flutter 앱 배포 자동화하기 ① (with. Fastlane) (4) | 2024.11.10 |
[Flutter] 앱 배포 전 설정 정리! (ios, android) (0) | 2023.03.19 |
[Flutter] hot reload 안 될 때 (0) | 2023.03.12 |
[Flutter] Unable to boot the simulator 에러 (0) | 2023.03.10 |
[Flutter] main.dart 구조 분석 (0) | 2023.01.25 |
Flutter 프로젝트 폴더 구조 (0) | 2023.01.24 |