简体   繁体   中英

How to recreate dSYMs

We have an app which was uploaded to the app store but we lost the dSYMs before uploading them to get symbolicated. Is there a way to recreate the dSYMs from a previous build?

I'm not looking to download them. I'm in need of recreating them from only having the original source code.

  1. Open the Xcode Organizer: From the Xcode menu, select Window > Organizer > Archives > (select a mobile app).
  2. From Version, select the archive that matches the app version (listed first) and build number (following the app version in parentheses).
  3. Select Download dSYMs.

The dSYMs will be downloaded from Apple if available and if the file names contain a series of letters and numbers. If the dSYM files are named after the the dependencies in your project, the download will not be successful.

enter image description here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM