bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
322 stars 69 forks source link

Fails to find cocoapod installation #66

Open joprice opened 5 years ago

joprice commented 5 years ago

Although I have cocoapods installed, I get the following error when trying to build:

Fatal error: RepoTools requires a cocoapod installation on host: file Sources/RepoToolsCore/RepoActions.swift, line 197

armcknight commented 4 years ago

I have the same issue. I use rbenv to manage my rubies, and bundler to declare my cocoapods toolchain dependency in my repo. Could it be because I can't execute pod directly, instead needing rbenv exec bundle exec pod?