Skip to content

Commit

Permalink
Link pod release framework before building archive during iOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed May 23, 2024
1 parent 2035f53 commit 5a9677d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ios_prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
gem install cocoapods-bugsnag;
./gradlew --no-daemon podInstall;
- name: Link Pod Release Framework
run: |
./gradlew linkPodReleaseFrameworkIosArm64
- name: Build Archive
run: |
xcodebuild -workspace ./iosApp/iosApp.xcworkspace \
Expand Down

0 comments on commit 5a9677d

Please sign in to comment.