how can I symbolicate crash logs from enterprise app?

I've developed an enterprise app which distributed internally.


However, after I enabled bitCode option, I couldn't symbolicate my crashLogs.

Since we distibute internally(enterprise), I normally get crash logs from devices which crash issue happened.


As I know, if i want to symbolicate crash log from iTunesConnect, I can "download dSYMs.." from organizer.

However, in case of enterprise build with enable bitCode, how can I symbolicate crash logs?

It seems that for Enterprise work, Xcode GUI just gives a wrong message and behaves incorrectly.

To workaround, open the xcarchive file in terminal and drill down to find the dsym file.

how can I symbolicate crash logs from enterprise app?
 
 
Q