Skip to content

Commit

Permalink
Fixed build-ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent 061800c commit 8377abd
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,14 @@ jobs:
with:
channel: stable
flutter-version: 3.19.0
- run: flutter --version

- name: Flutter version
run: flutter --version

- name: Install Flutter dependencies
- name: Install dependency
run: |
cd example
flutter pub get
- name: Install CocoaPods dependencies
run: |
cd example/ios
pod install --repo-update
- name: Build iOS app (testing build)
- name: Building IPA
run: |
cd example
flutter build ios --debug --no-codesign
cd example/ios
xcodebuild build -scheme Runner -workspace Runner.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 15'

0 comments on commit 8377abd

Please sign in to comment.