blitz-time アプリ開発ブログ

Androidアプリ開発などのTips集

【Flutter開発】Invalid Bundle. The bundle Runner.app/Frameworks/Flutter.framework does not support the minimum OS Version specified in the Info.plist.

以前作成したFlutterプロジェクトをXcode13でビルドし、AppStoreへアップロードすると、初めてみる下記のエラー。

 

>||

Invalid Bundle. The bundle Runner.app/Frameworks/Flutter.framework does not support the minimum OS Version specified in the Info.plist. With error code STATE_ERROR.VALIDATION_ERROR.90208 for id .....

||<

f:id:mfblitz:20211219075813p:plain

 

Flutterのアップグレードをすれば解決する場合もあります。

 

>|dart|

% flutter upgrade

Upgrading Flutter to 2.9.0-0.1.pre from 2.6.0-11.0.pre in /Users/user/development/flutter...
Downloading Dart SDK from Flutter engine 234aca678a2fb70ff2659870186f97c32f8894f4...

...

Building flutter tool...

Upgrading engine...
Downloading android-arm-profile/darwin-x64 tools...                582ms
...

% flutter clean

||<

 

ただし、私の場合は、そのほかにも色々対応する必要がありましたが。。

Flutterのバージョンを上げると、仕様変更等により、他の箇所を修正・対応する必要が出てきますので、バージョンアップはご注意を