Skip to content

Commit

Permalink
fix: install 3.0 with Swift Package Manager from Xcode
Browse files Browse the repository at this point in the history
Resolve error, "Failed to resolve dependencies Dependencies could not be resolved because root depends on 'customerio-ios' 3.0.0..<4.0.0. 'customerio-ios' >= 3.0.0 cannot be used because no versions of 'customerio-ios' match the requirement and package is required using a stable-version but depends on an unstable-version package"
  • Loading branch information
levibostian committed Mar 21, 2024
1 parent 0862441 commit 3c1b64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let package = Package(
.package(name: "Firebase", url: "https://github.com/firebase/firebase-ios-sdk.git", "8.7.0"..<"11.0.0"),

// The version is a git commit hash. Make sure the commit is the same as what the DataPipelines CocoaPods is using.
.package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .revision("b2f8f5b68dd0d8796b4bacdec39aacb5b6387a41"))
.package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.5-cio.1"))
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit 3c1b64e

Please sign in to comment.