Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: install 3.0 with Swift Package Manager from Xcode #660

Merged
merged 1 commit into from Mar 21, 2024
Merged

Conversation

levibostian
Copy link
Member

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"

Copy link

github-actions bot commented Mar 21, 2024

Sample app builds 📱

Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.


  • CocoaPods-FCM: fix-spm (1711052539)
  • APN-UIKit: fix-spm (1711052516)

Copy link

github-actions bot commented Mar 21, 2024

Warnings
⚠️

Swift Package Manager files (Package.) were modified but Cocoapods files (.podspec) files were not. This is error-prone when updating dependencies in one service but not the other. Double-check that you updated all of the correct files.

Generated by 🚫 dangerJS against 3c1b64e

Package.swift Outdated
@@ -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", "1.5.5-cio.1")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we not need .exact("1.5.5-cio.1")?

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"
@levibostian levibostian merged commit 45b0367 into main Mar 21, 2024
6 of 8 checks passed
@levibostian levibostian deleted the fix-spm branch March 21, 2024 20:32
github-actions bot pushed a commit that referenced this pull request Mar 21, 2024
## [3.0.1](3.0.0...3.0.1) (2024-03-21)

### Bug Fixes

* install 3.0 with Swift Package Manager from Xcode ([#660](#660)) ([45b0367](45b0367))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants