-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Can the 3.1.0 tag be updated to include the correct checksum?
Issue
The checksum used for the 3.1.0 tag is incorrect and breaks any builds that attempt to import the LiveRamp SDK using a from: "3.0.0" dependency definition in their Package.swift file.
dependencies: [
.package(url: "https://github.com/LiveRamp/ats-sdk-ios.git", from: "3.0.0")
]It looks like the checksum was updated on the main branch which allows for referencing the Swift Package using branch: "main" but any libraries that depend on this package which require the use of semver are unable to update to LiveRamp 3.1.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels