개발(합니다)/시나브로(이슈) [Flutter-mac] Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified. otrodevym 2021. 10. 29. 00:00 반응형 상황 mac에서 flutter와 xcode를 업그레이드 하고 나서 빌드 에러가 발생했습니다. 문제 파악 ios 폴더에서 pod install을 실행했는데 위와 같은 버전을 9.0으로 변경해주라는 문구가 나왔습니다. 해결 방법 ios 폴더에 있는 Podfile 파일에 platform :ios, '9.0'이 주석 처리 되어 있습니다. 주석을 지워줍니다. 반응형 공유하기 게시글 관리 미니 블로그 : 메모하는 습관 저작자표시 비영리 변경금지 '개발(합니다) > 시나브로(이슈)' 카테고리의 다른 글 [Flutter-mac] [!] No `Podfile' found in the project directory. (0) 2021.10.31 [Flutter-mac] CocoaPods did not set the base configuration of your project because your project already has a custom config set (0) 2021.10.30 [Xcode-mac] xcode 다운그레이드 하는 방법 (0) 2021.10.28 [Flutter] 갑자기 움직이지도 터치도 안되고 멈춰있는 페이지 (0) 2021.10.26 [Flutter] minSdkVersion - the library might be using APIs not available in 16 (0) 2021.10.25 '개발(합니다)/시나브로(이슈)' Related Articles [Flutter-mac] [!] No `Podfile' found in the project directory. [Flutter-mac] CocoaPods did not set the base configuration of your project because your project already has a custom config set [Xcode-mac] xcode 다운그레이드 하는 방법 [Flutter] 갑자기 움직이지도 터치도 안되고 멈춰있는 페이지