Skip to content

Duplicate dependencies #34

@iharandreyev

Description

@iharandreyev

I am using Tuist to configure my project.

Upon generation it gives me the following warning:

! Warning 

  The following items may need attention: 
   ▸ Target 'RxGoogleMaps' has duplicate xcframework dependency specified: 'GoogleMapsCore.xcframework'
   ▸ Target 'RxGoogleMaps' has duplicate xcframework dependency specified: 'GoogleMapsBase.xcframework'

Upon inspecting the framework's Package.swift I've noticed the following:

dependencies: ["RxSwift", "RxCocoa", "GoogleMaps", "GoogleMapsCore", "GoogleMapsBase"]

It seems that GoogleMaps already includes GoogleMapsCore and GoogleMapsBase as transitive dependencies, so explicitly listing them causes the duplicate warning.

I think it should be attempted to remove GoogleMapsCore and GoogleMapsBase.

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