[Flutter]CocoaPods not installed. Skipping pod install.

길위에 히피·2022년 8월 29일
0

Flutter

목록 보기
3/40

맥에서 안드로이드 스튜디오로 시뮬레이터를 실행할 때 이런 에러를 마주하게 되면..

Launching lib/main.dart on iPhone 12 in debug mode...
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.

CocoaPods not installed or not in valid state.
Error launching application on iPhone 12.

해결방법 1.
androidstudio file -> invalidate cache / restart
대부분은 위 방법으로 문제가 해결되는 것 같은데 내 경우에는 아래 방법으로 해결되었다.
근데 매번 컴퓨터를 재시작할때마다 다시 아래 명령어를 실행시켜야 하는 단점은 있다.
추가적으로 Android 폴더아래 app이름이 다를 수 있다.

해결방법 2.
open /Applications/Android\ Studio.app

profile
마음맘은 히피인 일꾼러

0개의 댓글