Skip to content

Commit 3915cf2

Browse files
feat: Implement requested changes from PR comment feedback
1 parent f26eda2 commit 3915cf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ jobs:
176176
- restore_cache:
177177
keys:
178178
- 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
179183
- run:
180184
working_directory: example/ios
181185
name: Install Pods

0 commit comments

Comments
 (0)