tomaz / symbolicator

OS X and iOS crash log symbolicator
MIT License
49 stars 11 forks source link

Handle cases where archive is not present at default paths used. #3

Closed qureship786 closed 8 years ago

qureship786 commented 8 years ago

If we are trying to symbolicate the crash logs using the 'symbolicator' on a machine which do not creates the archive but do have xcarchive (debug symbols) available in the same directory where crash log is present then how to use symbolicator in such cases ?

tomaz commented 8 years ago

Symbolicator uses Xcode archives to find dSYM bundles. Therefore the simplest way is to copy ~/Library/Developer/Xcode/Archives folder to the computer where you're running symbolicator.

If you're concerned about hard drive space, you can only copy those .xcarchive bundles you need (just make sure you retain that intermediate YYYY-MM-DD folder structure - names are not important for symbolicator, just that there's some folder in between, you can also move all archives into the same folder as far as symbolicator is concerned)