From 5a9677de53ea8b48a1a17629b5346cff6f968efd Mon Sep 17 00:00:00 2001 From: Sasikanth Miriyampalli Date: Thu, 23 May 2024 16:28:52 +0530 Subject: [PATCH] Link pod release framework before building archive during iOS release --- .github/workflows/ios_prod_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ios_prod_release.yml b/.github/workflows/ios_prod_release.yml index 81e878b03..b8f0c4b72 100644 --- a/.github/workflows/ios_prod_release.yml +++ b/.github/workflows/ios_prod_release.yml @@ -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 \