Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with Nearby library #14210

Open
spectrl opened this issue Dec 4, 2024 · 4 comments
Open

Conflict with Nearby library #14210

spectrl opened this issue Dec 4, 2024 · 4 comments
Assignees

Comments

@spectrl
Copy link

spectrl commented Dec 4, 2024

Description

Our project already uses Firebase, added via SPM.

However we now want to add the Nearby library via SPM and are running into conflicts when trying to resolve the package dependencies.

Removing Firebase allows us to successfully add Nearby, but having them both in the project causes conflict problems:
Screenshot 2024-12-04 at 12 11 11

Reproducing the issue

  1. Create a new Xcode project
  2. Add Firebase via SPM
  3. Add Nearby via SPM

Steps 2. and 3. can happen in either order (it still fails).

Firebase SDK Version

11.6.0

Xcode Version

16.1

Installation Method

Swift Package Manager

Firebase Product(s)

Crashlytics

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@spectrl
Copy link
Author

spectrl commented Dec 4, 2024

Also see: google/nearby#1916

@paulb777
Copy link
Member

paulb777 commented Dec 4, 2024

Looks like nearby is using an older version of boringssl that is not compatible with Firebase 11.x both because of the version and Firebase's transition to using a binary by default.

@cherylEnkidu
Copy link
Contributor

Ticket filed: google/nearby#3100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants