Closed MaciejOlejnik closed 4 years ago
Hi @MaciejOlejnik, I also both use Bitrise and Cocoapods-binary. It failed because environment doesn't have install cocoapods-binary.
Here is solution,
You have to add a Script Runner
step for your workflow BEFORE Run CocoaPods install
step.
Command is
#!/usr/bin/env bash
gem install cocoapods-binary
Then try again. 😉
It is the same issue on https://github.com/bitrise-steplib/steps-cocoapods-install/issues/43 and its fixed at 1.9.0. Please specify steps-cocoapods-install@1.9.0 or latest version and try again :smile:
Hi!
I close this issue as it seems to be resolved. Feel free to reopen if you encounter any issues with it.
Hey, after I added cocoapods-binary plugin into the cocoapods,
pod install --verbose
command exits with "exit code 1" without any information why (in verbose mode).I added 'cocoapods-binary' to Gemfile, and seems cocoapods detect plugin correctly. Bitrise logs looks like:
Before change Cocoapods have builded correctly. On Macbook it prebuilds frameworks successfully.
My Env
Config: