-
Notifications
You must be signed in to change notification settings - Fork 92
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
Comments
Created this PR: #275 |
please use this repo: https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static |
Excuse me for interrupting. There does not appear to be a 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 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) ...
],
And strangely enough, tag 6.14.0 with // 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. |
Same issue with the -Static SDK v6.14.0 |
|
fixed, please clear your SPM caches and try again. |
same issue |
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
The text was updated successfully, but these errors were encountered: