LoginSignup
1
1

More than 5 years have passed since last update.

クラッシュレポートをシンボル付きに変換する

Last updated at Posted at 2014-09-18

以下のコマンドでやっていた。
確かdSYMのファイルは jenkins のビルドディレクトリから取ってきたはず

$ export PATH=$PATH:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/Resources
$ export DEVELOPER_DIR="/Applications/XCode.app/Contents/Developer"

$ for f in `ls -1 *`; do symbolicatecrash $f ../dSYM_dir/build/xxx.app.dSYM > $f.symbolicated; done
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1