Skip to content

Incorrect Checksum in 3.1.0 Tag #4

@JasonSznol

Description

@JasonSznol

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions