ashleymills / Reachability.swift

Replacement for Apple's Reachability re-written in Swift with closures
MIT License
7.94k stars 948 forks source link

Rename Reachability because of module name clash #376

Closed scspijker closed 7 months ago

scspijker commented 3 years ago

In Swift / Swift Package Manager, multiple dependencies with the same name are not supported. I get the error:

xcodebuild: error: Could not resolve package dependencies:
  multiple products named 'Reachability' in: GoogleUtilities, Reachability

I can't exclude GoogleUtilities because it comes as a dependency of FirebaseSDK. So this will make me choose a different Reachability SDK 😔

Reference to issue @ Firebase: https://github.com/firebase/firebase-ios-sdk/issues/7405

scspijker commented 3 years ago

Google employee (see referenced issue) has confirmed they will be renaming, so it's up to this lib to decide if they want to do the same.