-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels