0

When I upload .dSYM files in Fabric it takes long time! Any Suggestions? and why these files not included in the build?

enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
jawad
  • 775
  • 6
  • 16
  • 1
    Maybe your internet is slow. dSYM files can be huge. As long as they're uploaded, you can close the Fabric page and wait for it to process. As for uploading them, there's not much anyone can do except get you faster Wi-Fi – Oscar Apeland Jul 02 '18 at 11:05

1 Answers1

1

Hope this will help you permanently, after this you do not need to upload dSYM file separately.

Just go to Build Settings and then turn on these parameters:

Debug: DWARF with dSYM File
Release: DWARF with dSYM File
Enable Bitcode: No

This problem basically occurs if you have not implemented fabric in the proper way.

For reference: see this

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Sazid Iqabal
  • 409
  • 2
  • 21