Closed ffittschen closed 3 years ago
Updated CircleCi script to include debug files and confirmed with FileMerge between the output before and after the update.
This issue is stale because it has been open for 14 days with no activity. Please, provide an update or it will be automatically closed in 7 days.
This issue is being automatically closed due to inactivity. If you believe it was closed by mistake, provide an update and re-open it.
dSYMs are included in binary XCFrameworks since version v2.24.3 of the SDKs.
Describe the bug The binary xcframeworks distributed with Swift Package Manager via https://github.com/aws-amplify/aws-sdk-ios-spm do not contain any debug symbols.
To Reproduce Steps to reproduce the behavior:
Observed Behavior The stack traces are not desymbolicated, which makes them useless.
Expected Behavior I'd expect that the binary xcframeworks contain dSYMs (and bitcode) since this is supported since Xcode 12.
Stack Trace
Screenshots
Environment(please complete the following information):
Additional context We integrated
AWSIoT
andAWSCore
according to the README-spm-support.md file.