You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Reproducing the issue
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
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: