seong

Flutter - xcode Invalid Bundle. The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist. 본문

Flutter/Errors

Flutter - xcode Invalid Bundle. The bundle Runner.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist.

hyeonseong 2024. 8. 6. 09:15

iOS 배포 하려고 Archive하던 도중 만난 에러 

해결 방법

Flutter 프로젝트에서 ios/Runner.xcoworkspace 파일 열어준다 ( open ios/Runner.xcworkspace ) 

Runner -> Minimum Deployments에 설정된 iOS 버전은 12.0으로 되어있다.

 

Runner -> Flutter -> AppFrameworkInfo

MinimumOSVersion은 기존에 11.0 -> 12.0으로 맞춰준 후 해결