We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
USE_FRAMEWORKS: static
1 parent 76f3a17 commit 01439c4Copy full SHA for 01439c4
1 file changed
.github/workflows/build-ios.yml
@@ -66,6 +66,8 @@ jobs:
66
run: |
67
bundler install
68
bundler exec pod install
69
+ env:
70
+ USE_FRAMEWORKS: static
71
72
- name: Remove .xcode.env.local
73
working-directory: example/ios
0 commit comments