Could not build the application for the simulator.

오준석·2022년 11월 15일
0

코딩삽질방지

목록 보기
29/51

삽질 5시간 이상

에러메시지

Swift Compiler Error (Xcode): Cannot find 'FlutterErrorNotImplemented' in scope
/Users/junsuk/dev/flutter/.pub-cache/hosted/pub.dartlang.org/desktop_webview_auth-0.0.10/io
s/Classes/SwiftDesktopWebviewAuthPlugin.swift:11:11


Could not build the application for the simulator.
Error launching application on iPhone 14 Pro Max.

해결방법

rm ios/Podfile

flutter pub upgrade
flutter pub get

cd ios && pod update

flutter clean && flutter run
profile
교육하고 책 쓰는 개발자

0개의 댓글