Search code examples
iosxcodegoogle-fabricdsym

Uploading ios build .dSYM files in Fabric takes long time


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


Solution

  • 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