-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
needs-triageIssue still needs to be assigned, labeled and deduplicatedIssue still needs to be assigned, labeled and deduplicatedtype: bugSomething is broken or not working as intendedSomething is broken or not working as intended
Description
Project
Nearby Connections
Language
Swift
OS Platform
Apple
What happened?
Package resolution failed. when added as dependency for a project that uses firebase sdk
module alias for target 'NearbySSL', declared in package 'nearby', does not match any recursive target dependency of product 'openssl_grpc' from package 'boringssl-SwiftPM'
multiple packages ('boringssl-swiftpm', 'grpc-binary') declare targets with a conflicting name: 'openssl_grpc’; target names need to be unique across the package graph
What did you expect to happen?
the package to be resolved
How can we reproduce it (as minimally and precisely as possible)?
add the package to the project that is using firebase
How often does this bug happen?
Every time
Standalone code to reproduce the issue
No response
Relevant log output
Anything else we need to know?
I am using flutter ios with SPM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageIssue still needs to be assigned, labeled and deduplicatedIssue still needs to be assigned, labeled and deduplicatedtype: bugSomething is broken or not working as intendedSomething is broken or not working as intended