Merge pull request #573 from NBA2K1/main

iOS Workflow fix
This commit is contained in:
Moustapha Kodjo Amadou 2025-08-31 12:49:55 +01:00 committed by GitHub
commit 4608c3972a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,15 @@ jobs:
- name: Install the CLI tool
run: cargo install 'flutter_rust_bridge_codegen'
- name: Select Xcode 16.2
run: sudo xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer
- name: Print Xcode version
run: xcodebuild -version
- name: Download iOS Platform
run: xcodebuild -downloadPlatform iOS
- name: flutter pub get
run: flutter pub get