-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Description
With some recent update to Fastlane and/or its dependencies I’m getting the following error:
Unable to activate xcode-install-2.6.6, because claide-1.1.0 conflicts with claide (>= 0.9.1, < 1.1.0) (Gem::ConflictError)
If I understand it correctly this is because some other Gem with a dependency on CLAide caused claide-1.1.0 to be installed, but xcode-install requires a version < 1.1.0:
xcode-install/xcode-install.gemspec
Line 25 in 17b5e91
| spec.add_dependency 'claide', '>= 0.9.1', '< 1.1.0' |
Is there any reason for this restriction, or can anyone recommend how to resolve this?
The CLAide releases on GitHub don’t yet show version 1.1.0, but the changes from the last pre-1.1.0 version seem relatively small:
CocoaPods/CLAide@1.0.3...master
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels