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

checksum of downloaded artifact of binary target 'AppsFlyerLib' does not match checksum specified by the manifest #278

Closed khurshedgulov closed 2 months ago

khurshedgulov commented 2 months ago

Report

SDK Version

6.14.0

What did you do?

Updated to version 6.14.0

What did you expect to happen?

Nothing wrong

What happened instead?

Xcode failed to resolve checksum: checksum of downloaded artifact of binary target 'AppsFlyerLib' (e3063f25dd58b242c31d1bc5761fcb96930539e8e4d0745c22df792ecbd455e0) does not match checksum specified by the manifest (d7fdf61996dacb7787506305b6c541197ede64fcc4528c41842d9a507bd1b94b)

Please provide any other relevant information.

-

af-obodovskyi commented 2 months ago

@khurshedgulov please clear SPM cache and try again. The issue is fixed.

Patrashkov commented 2 months ago

Hi, I clear the cache and removed both org.swift.swiftpm rm -rf ~/Library/Caches/org.swift.swiftpm rm -rf ~/Library/org.swift.swiftpm

after that remove DriveData, clean build, run reset package cache, and every time get that error when remove and add a package I get the message Screenshot 2024-04-08 at 16 59 54

when I delete AppsFlyerLib package my project runs without that issue Any recommendations?

Chevel commented 2 months ago

Same as above for me ☝️

Patrashkov commented 2 months ago

found the solution from another topic, using static repo: https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static error with checksum disappeared Thx.