Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to download dSYM's from Organizer

I am getting an error when trying to download dSYM-files from my app in app store. I am tapping "Download dSYM" in the "Organizer" of Xcode. (See image below)

enter image description here

The error I am getting is the following:

Your user account is attached to several iTunes providers. Create separate accounts for each provider before logging in.

enter image description here

I have recently been added to my customers iTunes connect-account with my apple ID. This is the same apple ID that I am using for private development , and the app that I'm trying to download dSYM for is uploaded via my private account.

How would one solve this?

like image 798
ullstrm Avatar asked Nov 17 '15 12:11

ullstrm


1 Answers

I was getting the same error. What you need to do is open the archive you want the dSYM from in finder and right click on the archive -> show package contents where you can find the dSYM.

Source: iphone: Where the .dSYM file is located in crash report

like image 111
Arthur Avatar answered Sep 24 '22 10:09

Arthur