welcome to my blog

[Flutter] iphone profile build error 본문

Flutter

[Flutter] iphone profile build error

_annie_ 2023. 3. 9. 19:14
728x90

 

flutter build error 발생 시 해볼 수 있는 방법 몇가지 정리

 

CocoaPods not installed. Skipping pod install flutter......

코코아팟 있는데 외않되,,,,

 

1. cocoapods 재설치

//삭제
sudo gem uninstall cocoapods

//설치
sudo gem install cocoapods

//특정버전 설치
sudo gem install cocoapods -v 0.0.0

 

2. androidstudio 껐다켜기

AndroidStudio 상단 File -> Invalidate Caches/Restart 해주기

 

3. ios 빌드 해주고 실행

flutter build ios

 

이번엔 3번으로 해주니 되었음. ' - ' 

728x90
반응형