orta / cocoapods-always-be-bundleing

A CocoaPods Plugin that stops
MIT License
25 stars 0 forks source link

no-plugin method: Bundler always defined? #1

Open Ashton-W opened 8 years ago

Ashton-W commented 8 years ago

The alternate no-plugin method in the README isn't working for me.

"Please run `pod install` with bundle exec instead." unless defined?(Bundler)

With or without bundle exec install, Bundler is still defined. Why would this be?

orta commented 8 years ago

Perhaps you have a rvm / shell plugin that does this?

On my phone, replies will be curt.

On Feb 17, 2016, at 21:46, Ashton Williams notifications@github.com wrote:

The alternate no-plugin method in the README isn't working for me.

"Please run pod install with bundle exec instead." unless defined?(Bundler) With or without bundle exec install, Bundler is still defined. Why would this be?

— Reply to this email directly or view it on GitHub.

Ashton-W commented 8 years ago

Using rbenv