Skip to content

Commit 0fa0418

Browse files
committed
fix(ios): add missing MinimumOSVersion to AppFrameworkInfo.plist
App Store validation rejected the IPA because App.framework's Info.plist lacked the required MinimumOSVersion key, set to 14.0 to match the project's IPHONEOS_DEPLOYMENT_TARGET.
1 parent 65da798 commit 0fa0418

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ios/Flutter/AppFrameworkInfo.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
23+
<key>MinimumOSVersion</key>
24+
<string>14.0</string>
2325
</dict>
2426
</plist>

0 commit comments

Comments
 (0)