Skip to content
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

Possible corruption on dsym files generated through SPM #80

Open
santicarmo31 opened this issue Jun 20, 2024 · 0 comments
Open

Possible corruption on dsym files generated through SPM #80

santicarmo31 opened this issue Jun 20, 2024 · 0 comments

Comments

@santicarmo31
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant