Skip to main content

(iOS) Install CocoaPods dependencies

DescriptionClick to copy link

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.

InstructionsClick to copy link

  1. Add the Run CocoaPods install Step.
  2. (Optional) If your Podfile is not in the root, set the Podfile path input variable.

bitrise.ymlClick to copy link

- cocoapods-install@2: {}