Carthage static frameworks dSYMs

Viewed 488

Per Carthage docs,

It additionally makes sure that xcodebuild does not attempt to produce dSYM files for static frameworks, since this would cause a build failure otherwise

Does it mean that the final dynamic framework will have dSYMs for all statically linked dependencies OR I will not have such dSYMs at all?

1 Answers
Related