You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Trying to install my Gemfile with bundler 1.17.0 always fails, but downgrading bundler to 1.16.1 succeeds.
Also the recommended resolution is not in proper format: gem install CFPropertyList -v '3.0.0' --source 'https://rubygems.org/' does not work, but gem install CFPropertyList --source 'https://rubygems.org/' -v '3.0.0'
does.
Brices-MacBook-Pro% bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using CFPropertyList 3.0.0
ArgumentError: comparison of Pathname with String failed
An error occurred while installing CFPropertyList (3.0.0), and Bundler cannot continue.
Make sure that gem install CFPropertyList -v '3.0.0' --source 'https://rubygems.org/' succeeds before bundling.
In Gemfile:
cocoapods was resolved to 1.5.3, which depends on
xcodeproj was resolved to 1.7.0, which depends on
CFPropertyList
The text was updated successfully, but these errors were encountered:
Trying to install my Gemfile with bundler 1.17.0 always fails, but downgrading bundler to 1.16.1 succeeds.
Also the recommended resolution is not in proper format:
gem install CFPropertyList -v '3.0.0' --source 'https://rubygems.org/' does not work, but
gem install CFPropertyList --source 'https://rubygems.org/' -v '3.0.0'does.
Gemfile
source "https://rubygems.org"
gem 'fastlane', '
> 2.104.0'> 0.1.5'gem 'earlgrey', '
gem 'cocoapods', '
> 1.5.3'> 0.5.0'gem 'versionomy', '
Output
Brices-MacBook-Pro% bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using CFPropertyList 3.0.0
ArgumentError: comparison of Pathname with String failed
An error occurred while installing CFPropertyList (3.0.0), and Bundler cannot continue.
Make sure that
gem install CFPropertyList -v '3.0.0' --source 'https://rubygems.org/'
succeeds before bundling.In Gemfile:
cocoapods was resolved to 1.5.3, which depends on
xcodeproj was resolved to 1.7.0, which depends on
CFPropertyList
The text was updated successfully, but these errors were encountered: