(iOS) Install CocoaPods dependencies
Description
Install CocoaPods dependencies. Make sure that you are using the workspace and not the project file in your Steps. To do so, check the value of $BITRISE_PROJECT_PATH
Env Var.
Instructions
-
Add the Run CocoaPods install Step.
-
(Optional) If your Podfile is not in the root, set the Podfile path input variable.
bitrise.yml
- cocoapods-install@2: {}