Merge pull request #3262 from krille-chan/krille/fix-archive-ios
Main Deploy Workflow / deploy_web (push) Waiting to run
Main Deploy Workflow / deploy_playstore_internal (push) Waiting to run

Krille/fix archive ios
This commit is contained in:
Krille-chan
2026-07-16 08:27:38 +02:00
committed by GitHub
+4
View File
@@ -19,6 +19,10 @@ flutter pub get
pod update
)
# pub get hardcodes FlutterGeneratedPluginSwiftPackage to iOS 13.0; regenerate so
# it picks up the project's IPHONEOS_DEPLOYMENT_TARGET before xcodebuild.
flutter build ios --config-only --release
# Build and open archive dialog
xcodebuild \
-workspace ios/Runner.xcworkspace \