flutter IOS ERROR 처리 방법

 1. Error (Xcode): could not build module 'CoreFoundation'

flutter clean
flutter pub get
cd ios
pod install  




2-2. Mac (M1):

❶ 터미널을 열고 관리자 모드로 ffi 설치 (Mac 비번 입력) :
sudo arch -x86_64 gem install ffi

❷ arch -x86_64 pod install --repo-update 로 업데이트 실행

❸ flutter clean 으로 비워준 후 다시 flutter run 으로 재실행

3. pod repo remove trunk 로 실행 삭제 - 끝 -

댓글

이 블로그의 인기 게시물

자바 string 비교 할때 equlas 를 사용하자

jqgrid 에서 export execl 붙이기

flutter webview scroll 안되는 경우 gestureRecognizers: gestureRecognizers, 추가 해서 되었다