You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We started experiencing the following issue after moving the Filestack SDK from cocoapods to SPM. We were able to confirm the dsym upload succeeds after moving back Filestack to cocoapods.
The upload process fails with an "Invalid checksum" error, which typically indicates a file corruption issue.
Details:
Filestack iOS SDK cocoapods version: 2.8.5
Filestack iOS SDK SPM version: 2.8.6
Swift version: 5.9
Operating System: macOS 14.5
Sentry-cli version: 2.31.0
Steps to reproduce:
Move Filestack iOS SDK from CocoaPods to SPM.
Build the project and generate dSYM files.
Try to upload the dSYM files to Sentry using sentry-cli.
Expected result:
The dSYM files should be uploaded to Sentry without any issues.
Actual result:
The upload process fails with an "Invalid checksum" error.
We suspect that there might be an issue with the way SPM handles the dSYM files for the Filestack iOS SDK. Any help or guidance on this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Description:
We started experiencing the following issue after moving the Filestack SDK from cocoapods to SPM. We were able to confirm the dsym upload succeeds after moving back Filestack to cocoapods.
The upload process fails with an "Invalid checksum" error, which typically indicates a file corruption issue.
Details:
Steps to reproduce:
Expected result:
The dSYM files should be uploaded to Sentry without any issues.
Actual result:
The upload process fails with an "Invalid checksum" error.
We suspect that there might be an issue with the way SPM handles the dSYM files for the Filestack iOS SDK. Any help or guidance on this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: