Skip to content

Gem conflict error with CLAide #452

@triplef

Description

@triplef

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions