flutter2 flutter에서 iOS 빌드 안될 때 해결하는 방법 증상 1: flutter The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'shared_preferences' from project 'Pods') iOS 디렉터리의 모든 파일을 삭제하고 flutter create .으로 재생성했으나 에러 발생 ios/Podfile 에서 post_install 의 내용을 위와 같이 바꿔주면 된다. 내 케이스는 최소 9.0 버전이 필요하므로 9.0으로 세팅했다 증상 2: warning: Capabilities for Signing .. 2021. 5. 10. [Flutter] flutter doctor 에서 CocoaPods not installed 이슈 해결하기 flutter doctor 로 플러터 개발 환경을 구성하던 중 에러를 마주하고 해결한 기록이다. 에러 상황 정리 [!] Xcode - develop for iOS and macOS (Xcode 12.3) ✗ CocoaPods not installed. 위 메시지를 보고 sudo gem install cocoapods 으로 CocoaPods를 설치하려 시도했는데 다음과 같은 에러가 발생했다. To see why this extension failed to compile, please check the mkmf.log which can be found here: /Library/Ruby/Gems/2.6.0/extensions/universal-darwin-19/2.6.0/ffi-1.14.2/mkmf.log .. 2021. 1. 18. 이전 1 다음