We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc83736 + 890ecc8 commit 179fd94Copy full SHA for 179fd94
.github/workflows/ci.yml
@@ -90,7 +90,9 @@ jobs:
90
- name: Install Dependencies
91
run: yarn
92
- name: Install Podfiles
93
- run: cd example && npx pod-install
+ run: cd example && yarn pod
94
+ - name: Set node binary
95
+ run: echo "export NODE_BINARY=$(which node)" > ./ios/.xcode.env
96
- name: Build example app
97
run: yarn ios --no-packager
98
# windows:
example/ios/Podfile.lock
@@ -1251,4 +1251,4 @@ SPEC CHECKSUMS:
1251
1252
PODFILE CHECKSUM: 58b1b5d965384968b1dd12f033ef182aec4c1b6b
1253
1254
-COCOAPODS: 1.14.3
+COCOAPODS: 1.15.2
0 commit comments