Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90208: "Invalid Bundle. The bundle <your.app> does not support the minimum OS Version specified in the Info.plist"

Tags:

xcode

ios

I've started getting this error message from Xcode:

ERROR ITMS-90208: "Invalid Bundle. The bundle <your.app> does not support the minimum OS Version specified in the Info.plist" 

I've never specified the OS version number in the plist. It's always in the Deployment Target settings. I've checked the version in Deployment Target but it all looks good.

Any ideas how to fix?

like image 448
Snowcrash Avatar asked May 28 '15 23:05

Snowcrash


1 Answers

Go Runner -> Flutter -> AppFrameworkInfo.plist

And change the minimum sdk version 9 and also on xcode minimum sdk version 9.0

It's work for me :)

like image 124
Rasel Khan Avatar answered Sep 21 '22 23:09

Rasel Khan