When I upload .dSYM files in Fabric it takes long time! Any Suggestions? and why these files not included in the build?
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