Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dSYM download when bitcode disabled

For using the service Rollbar it is necessary to disable bitcode for traceback symbolization. I also have to upload the dSYM file to Rollbar. But where do I get the dSYM file when disabling bitcode? Normally I can download them in iTunes connect (but it seems that I only can download them in iTunes connect if bitcode is enabled - or am I wrong?). I do not see any download links if disabled.

like image 241
Kevin Lieser Avatar asked Oct 16 '16 08:10

Kevin Lieser


1 Answers

Seems like you'll just find the dSYM files in iTunes with enabled bitcode. Otherwise you can use your local dSYM file. Locate this file with the XCode Organizer -> choose your build and right click -> select show in finder -> show package content of your app archive with right click -> locate folder dSYMs -> use the Your.app.dSYM.

like image 118
Kevin Lieser Avatar answered Oct 19 '22 04:10

Kevin Lieser