We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7127f74 commit 754b457Copy full SHA for 754b457
.github/workflows/build_ios_app.yml
@@ -17,6 +17,7 @@ jobs:
17
- run: yarn install
18
- run: npm run build
19
- run: xcode-select -p
20
+ - run: pod update --verbose --no-repo-update
21
22
- run: pod install
23
working-directory: example/examples/ios
0 commit comments