Skip to content

Commit

Permalink
chore: added note for package url conflicts (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber authored Jul 29, 2024
1 parent 42308fa commit a3a3a82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sdk/client-side-sdks/ios/ios-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Drag the built .xcframework bundles from Carthage/Build into the "Frameworks and

### Swift Package Manager

:::info
**Package URL Conflicts:** If you have a package that conflicts with the naming of the `ios-client-sdk`, then you can use https://github.com/DevCycleHQ/devcycle-ios-client-sdk.git.
:::

To use the library with Swift Package Manager, include it as a dependency in your `Package.swift` file like so:

```
Expand Down

0 comments on commit a3a3a82

Please sign in to comment.