Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highline dependency version conflict when using version 2.200.0 of fast lane #35

Closed
DuncanMT opened this issue Jan 17, 2022 · 2 comments

Comments

@DuncanMT
Copy link

Seeing this error when trying to install the plugin using homebrew version of fast lane:

Error loading plugin 'fastlane-plugin-souyuz': Unable to activate souyuz-0.10.4, because highline-2.0.3 conflicts with highline (~> 1.7)

When using bundler bundle install and a Gemfile version 0.7.0 of the plugin being resolved Using fastlane-plugin-souyuz 0.7.0. This breaks builds since that version reverts to using xbuild.

@DuncanMT DuncanMT changed the title highline dependency version conflict the using version 2.200.0 of fast lane highline dependency version conflict when using version 2.200.0 of fast lane Jan 17, 2022
@DuncanMT
Copy link
Author

Tests show I can force version 0.10.4 to be used by manually editing the Pluginfile to specify a souyuz version:
gem 'fastlane-plugin-souyuz', '~> 0.10'
However this results in the older version of fastlane being used Using fastlane 2.181.0

@voydz
Copy link
Owner

voydz commented Feb 9, 2022

Hi @DuncanMT

thanks for your interest in this project and especially for the work you put into your merge request and explanation of the issue.

I am sorry my response times leave to be desired.

again, thank you very much
best regards

@voydz voydz closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants