When I upload .dSYM files in Fabric it takes long time! Any Suggestions? and why these files not included in the build?
Asked
Active
Viewed 977 times
0
-
1Maybe 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 Answers
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
-
I've already used `DWARF with dSYM File` in both `Debug` & `Release` while `Enable Bitcode` was 'YES', if I set it to `No` will it solve the issue? @Sazid – jawad Jul 02 '18 at 11:28
-
In my case the problem solved after setting enable bitcode to NO @elgawady14 – Sazid Iqabal Jul 02 '18 at 11:35
-
By doing thes chages previous dsmy missed issue not resolved but, by doing this the problem for next crash report will solved, in next reports dsmy file issue will reolved after doing these change. @elgawady14 – Sazid Iqabal Jul 02 '18 at 11:38
-
-
-