Open jawwad opened 7 years ago
Disabled dsym generation in Debug: https://github.com/provideapp/provide-ios/commit/42cd2a85b4b040f433871e98f30f6434c5742fa5
Looks like cocoapods already works this way:
I have some some attempts at optimization of build time. We probably could still benefit from keeping this around a bit longer though.
One way I've read is to use the 'dwarf' instead of 'dwarf with dsym' option. Maybe we can enable dwarf with dysm on the build server and just dwarf locally since the dsym will be needed for symbolizing crash reports.
Some sample code to try out in the Podfile
or