문제
Swift Compiler Error (Xcode): Cannot find 'FlutterErrorNotImplemented' in scope
~~~ 파일 경로들 ~~~~
Could not build the application for the simulator
Error launching application on iPhone 14 Pro Max.
손놓은지 반년은 훨씬 넘은 Flutter 앱을 다시 유지보수해야되는 상황이생겼다.
안드로이드는 어떻게든 됐는데, ios는 자꾸 위 에러가 발생하면서 빌드가안됐다.
해결
프로젝트 루트 폴더에서 차례대로 실행
rm ios/Podfile
flutter pub upgrade
flutter pub get
cd ios
pod update
cd ..
flutter clean
flutter run
'개발 > Flutter' 카테고리의 다른 글
ios 시뮬레이터 다른 버전 실행하기 (0) | 2022.12.07 |
---|---|
ios 16 천지인 키보드(10 key) 입력 이상하게되는 문제 (해결X) (0) | 2022.12.07 |
PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)) (0) | 2022.08.04 |
Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds (0) | 2022.07.17 |
[Flutter] checkbox radius (0) | 2022.05.19 |