swift-sdk icon indicating copy to clipboard operation
swift-sdk copied to clipboard

SPM Integration

Open delannoyk opened this issue 9 months ago • 0 comments

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.

delannoyk avatar Oct 19 '23 17:10 delannoyk