Closed andibeqiri closed 7 months ago
Created this PR: https://github.com/AppsFlyerSDK/AppsFlyerFramework/pull/275
please use this repo: https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static
@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.
@y-hashida try again please
@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?
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)
Same issue with the -Static SDK v6.14.0
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
fixed, please clear your SPM caches and try again.
same issue
The issue has not been solved
checksum of downloaded artifact of binary target 'AppsFlyerLib' (e3063f25dd58b242c31d1bc5761fcb96930539e8e4d0745c22df792ecbd455e0) does not match checksum specified by the manifest (d7fdf61996dacb7787506305b6c541197ede64fcc4528c41842d9a507bd1b94b)
I'm sorry I have to ask, have you fixed the issue? I'm still using the previous version because of this issue
Report
'AppsFlyerLib' (e3063f25dd58b242c31d1bc5761fcb96930539e8e4d0745c22df792ecbd455e0) does not match checksum specified by the manifest (d7fdf61996dacb7787506305b6c541197ede64fcc4528c41842d9a507bd1b94b)
SDK Version
6.14.0