Iterable / swift-sdk

Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://iterable.com/
MIT License
86 stars 67 forks source link

SPM Integration #678

Open delannoyk opened 9 months ago

delannoyk commented 9 months ago

Hi Iterable team,

We're in the process of integrating your SDK in our app using SPM and unfortunately, we can't. The reason is that the name of this repository is swift-sdk and one of our other dependencies is also using swift-sdk.

dependency on 'https://github.com/iterable/swift-sdk' conflicts with dependency on 'https://github.com/optimizely/swift-sdk' which has the same identity 'swift-sdk'

After digging a little bit, I found that I was not the only one having this issue (thread here)

According to official SPM team members:

SwiftPM uses the last path component of URL as the "identity";

I tried using SSH instead of https but it didn't help.