5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcode4.5でiOSデバイスのクラッシュログを読むには

Last updated at Posted at 2012-10-03

symbolicatecrashを使用する

##位置

path
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/Current/Resources/symbolicatecrash

なので

path
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/Current/Resources

にパスを通しておくと便利

##dSYMの位置(シミュレーターの場合)
プロフェクトファイル/build/iphone/build/Debug-iphoneos内
これを適当な場所にコピーしとくと良い

##参考URL
http://icecocoamix.blogspot.jp/2012/10/symbolicatecrash.html

5
5
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
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?