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 59fd75f commit 934bfc0Copy full SHA for 934bfc0
.circleci/config.yml
@@ -183,14 +183,8 @@ jobs:
183
- run:
184
working_directory: example/ios
185
name: Install Pods
186
- command: |
187
- # Ensure we're using the correct Ruby environment
188
- eval "$(rbenv init -)"
189
- # Verify pod command is available
190
- which pod
191
- pod --version
192
- # Install pods
193
- pod install
+ command: pod install
+
194
- save_cache:
195
key: pod-dependencies-{{ checksum "~/project/example/ios/Podfile" }}
196
paths:
0 commit comments