Reputation: 156
When ipa files are built with bitcode, App Store Connect re-generate dSYM.
Is there any way to download the dSYM files via App Store Connect API? ( I know fastlane can download the dSYM files. )
Upvotes: 7
Views: 1092
Reputation: 24247
As of version 1.6 you can.
Each build will have a field called dSYMUrl
located within the build bundles attributes.
For the fastlane inclined, support has also been added for this.
Upvotes: 1
Reputation: 11
It seems that nothing can be done about it yet. Message in forum and discussion in fastlane. Generally, "Fastlane is using the old iTunes Connect API to get dSYMs and stuff because the new API does not support it. This old API is obviously not compatible with the ASC API key."
Upvotes: 0