반응형
Notice
Recent Posts
Recent Comments
Link
«   2024/10   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Archives
Today
Total
관리 메뉴

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
반응형