Skip to content

Commit 01439c4

Browse files
authored
chore: build iOS with USE_FRAMEWORKS: static (#754)
Co-authored-by: war-in <war-in@users.noreply.github.com>
1 parent 76f3a17 commit 01439c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
run: |
6767
bundler install
6868
bundler exec pod install
69+
env:
70+
USE_FRAMEWORKS: static
6971

7072
- name: Remove .xcode.env.local
7173
working-directory: example/ios

0 commit comments

Comments
 (0)