Skip to content

Commit

Permalink
[ios ci] debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpalroy committed Jan 7, 2024
1 parent 2171128 commit c1d8a5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
distribution: "zulu"
java-version: 17

- name: Install Xcode Command Line Tools
run: xcode-select --install

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
id: grant_gradle_permission
Expand All @@ -61,3 +64,7 @@ jobs:
- name: Build iOS app
id: generate_debug_build
run: xcodebuild -workspace iosApp/iosApp.xcworkspace -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 8' build

- name: Display config.log
if: failure() # Only runs if the previous steps failed
run: cat /config.log

0 comments on commit c1d8a5d

Please sign in to comment.