Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There is no Download dSYM option on iTunes connect

Tags:

I need to download dSYM file from iTunes Connect.

I can see "Include symbols" is Yes, but there is no link to download the dSYM file.

Any idea why the option is not there?

like image 270
neha Avatar asked May 27 '16 08:05

neha


People also ask

Where can I find dSYM?

Find dSYMs on a local machineapp lives (by default, the Products the directory is located in Derived Data ). If your app is released to production, you can also look for its dSYM in the . xcarchive directory on disk: In Xcode, open the Organizer window and select your app from the list.


2 Answers

with Xcode 8,9,10,11 and above

 * Select Window -> Organizer  * will open up Organizer window  * Right click on Specific Archive and select 'Show in Finder' option  * Right click archive in finder and select 'Show Package Contents'.  * Project.xcarchive contains dSYMs, Info.plist and Products.  * dSYMs folder contains dSYM file of your project. 
like image 134
midhun p Avatar answered Sep 23 '22 15:09

midhun p


you may need to go in

activity -> select build which build dSYM file is need here is display download dSYM

click and download specific build dSYM file.

like image 21
Sagar Bhut Avatar answered Sep 19 '22 15:09

Sagar Bhut