AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
163 stars 90 forks source link

AppsFlyerLib does not match checksum specified by the manifest #276

Closed andibeqiri closed 2 months ago

andibeqiri commented 2 months ago

Report

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

SDK Version

6.14.0

andibeqiri commented 2 months ago

Created this PR: https://github.com/AppsFlyerSDK/AppsFlyerFramework/pull/275

amit-kremer93 commented 2 months ago

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

y-hashida commented 2 months ago

@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 commented 2 months ago

@y-hashida try again please

y-hashida commented 2 months ago

@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 commented 2 months ago

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 commented 2 months ago

Same issue with the -Static SDK v6.14.0

JohnnyTriHa commented 2 months ago

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 commented 2 months ago

fixed, please clear your SPM caches and try again.

gooson commented 2 months ago

same issue

qwer10023500 commented 2 months ago

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 commented 2 months ago

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