filestack-ios icon indicating copy to clipboard operation
filestack-ios copied to clipboard

Possible corruption on dsym files generated through SPM

Open santicarmo31 opened this issue 1 year ago • 0 comments

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:

  • 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:

  1. Move Filestack iOS SDK from CocoaPods to SPM.
  2. Build the project and generate dSYM files.
  3. 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.

santicarmo31 avatar Jun 20 '24 17:06 santicarmo31