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

AppsFlyerLib does not match checksum specified by the manifest #276

Closed
andibeqiri opened this issue Apr 7, 2024 · 12 comments
Closed

AppsFlyerLib does not match checksum specified by the manifest #276

andibeqiri opened this issue Apr 7, 2024 · 12 comments
Labels

Comments

@andibeqiri
Copy link

Report

'AppsFlyerLib' (e3063f25dd58b242c31d1bc5761fcb96930539e8e4d0745c22df792ecbd455e0) does not match checksum specified by the manifest (d7fdf61996dacb7787506305b6c541197ede64fcc4528c41842d9a507bd1b94b)

SDK Version

6.14.0

@andibeqiri
Copy link
Author

Created this PR: #275

@amit-kremer93
Copy link
Contributor

please use this repo: https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static

@y-hashida
Copy link

@amit-kremer93

Excuse me for interrupting.

There does not appear to be a 6.14.0 tag on https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.
So the following configuration fails.

dependencies: [
        // ... (snip) ...
        .package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.git", from: "6.14.0"),
        // ... (snip) ...
    ],

Please add the 6.14.0 tag to https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.

@amit-kremer93
Copy link
Contributor

@y-hashida try again please

@y-hashida
Copy link

@amit-kremer93
Thank you so much.

We have confirmed the existence of tag 6.14.0!

However

// Error
dependencies: [
        // ... (snip) ...
        .package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.git", from: "6.14.0"),
        // ... (snip) ...
    ],
Revision 19c1c5c476d431e381f35c8c99a2fe6435085207 for appsflyerframework-static remoteSourceControl https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.git version 6.14.0 does not match previously recorded value 935dd2a4122e04133c067cb43215888ec93f00fa

And strangely enough, tag 6.14.0 with .branch builds fine!

// OK
dependencies: [
        // ... (snip) ...
        .package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.git", .branch("6.14.0")),
        // ... (snip) ...
    ],

Does the same problem occur on your end?

@T-Pham
Copy link

T-Pham commented Apr 8, 2024

Same issue with the -Strict SDK v6.14.0.
checksum of downloaded artifact of binary target 'AppsFlyerLib' (a2568f6955ab2f0828ef7104678c9dc49f64761ce433a29b1d5ce3467e3cd460) does not match checksum specified by the manifest (6af5b232f408cd6d89be3d039367169b6321610f057d1e763a0eb68855b1dbc6)

@qwer10023500
Copy link

Same issue with the -Static SDK v6.14.0

@JohnnyTriHa
Copy link

xcodebuild: error: Could not resolve package dependencies: checksum of downloaded artifact of binary target 'AppsFlyerLib' (e3063f25dd58b242c31d1bc5761fcb96930539e8e4d0745c22df792ecbd455e0) does not match checksum specified by the manifest (d7fdf61996dacb7787506305b6c541197ede64fcc4528c41842d9a507bd1b94b) fatalError

@af-obodovskyi
Copy link
Contributor

fixed, please clear your SPM caches and try again.

@gooson
Copy link

gooson commented Apr 9, 2024

same issue

@qwer10023500
Copy link

The issue has not been solved

checksum of downloaded artifact of binary target 'AppsFlyerLib' (e3063f25dd58b242c31d1bc5761fcb96930539e8e4d0745c22df792ecbd455e0) does not match checksum specified by the manifest (d7fdf61996dacb7787506305b6c541197ede64fcc4528c41842d9a507bd1b94b)

image

@avfrias-gbm
Copy link

I'm sorry I have to ask, have you fixed the issue? I'm still using the previous version because of this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants