uxcam / ios-sdk

This is the UXCam iOS SDK
9 stars 4 forks source link

Swift package name conflicts #20

Closed batesyuk closed 8 months ago

batesyuk commented 1 year ago

When installing using SPM Xcode picks the package name up as ios-sdk

This is really generic and is:

  1. Hard to reason in the list of packages in xcode
  2. Causing conflicts with other packages that are names the same, as Xcode doesn't seem smart enough to differentiate between the two packages throwing the following error. "The project already depends on: ios-sdk"

An example of one conflict with a package doing the same thing is: Glassfy

DarkAnGth commented 9 months ago

Met the same issue with Statsig. Would be cool to rename the project to something like uxcam-ios-sdk (https://github.com/uxcam/uxcam-ios-sdk) to make the package identifier more specific.

DFDIEGOH commented 9 months ago

Thank you for the feedback @DarkAnGth and @batesyuk - We will discuss this internally and check most optimal ways to achieve this.

ankit-uxcam commented 8 months ago

Thank you for the feedback @DarkAnGth and @batesyuk - We have migrated this repo to newer one at https://github.com/uxcam/uxcam-ios-sdk to avoid naming conflicts.