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 f26eda2 commit 3915cf2Copy full SHA for 3915cf2
.circleci/config.yml
@@ -176,6 +176,10 @@ jobs:
176
- restore_cache:
177
keys:
178
- pod-dependencies-{{ checksum "~/project/example/ios/Podfile" }}
179
+ - run:
180
+ working_directory: example/ios
181
+ name: Remove Podfile.lock to avoid version conflicts
182
+ command: rm -f Podfile.lock
183
- run:
184
working_directory: example/ios
185
name: Install Pods
0 commit comments