I'm trying to use symbolicatecrash, and having interesting results. A coworker built our distribution build on another machine, so he sent me the dSYM file. After running the symbolicatecrash file found in
/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecra...
Hey everyone,
I can't manage to make my code symbolicated ... I read the part "below" :
Given a crash report, the matching
binary, and its .dSYM file,
symbolication is relatively easy. The
Xcode Organizer window has a tab for
crash reports of the currently
selected device. You can view
externally received crash reports ...
Hello~
I retrieved the crash reports from iTunes Connect.
I referenced this site.
http://webcache.googleusercontent.com/search?q=cache:MmxwdXObZLMJ:www.anoshkin.net/blog/2008/09/09/iphone-crash-logs/+iphone+crash+debig&cd=2&hl=en&ct=clnk
I tried....
$ symbolicatecrash report.crash MobileLines.app.dSYM > report-with-symbo...
I installed Xcode 3.2.3 and the symbolicatecrash console utility that used to live here:
/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneRemoteDevice.xcodeplugin/Contents/Resources/symbolicatecrash
is no longer there. Yes, yes, I know that reaching into random packages is dangerous business if you expect ...
I have received a crash log from a beta tester. The crash log was only partially symbolicated (don't know why), but it is caused by an exception:
9 libobjc.A.dylib 0x000048cc objc_exception_throw + 64
10 CoreFoundation 0x0009be8a +[NSException raise:format:arguments:] + 62
11 CoreFoundation ...
I'm performing testing on several iOS apps on a range of devices and iOS versions (iPhone, Touch, iPad, iOS 3.1.3, 4.0.2, 4.1).
I have Xcode v3.2.4 installed, primarily so I can get logs and console output to attach to bugs.
We recently noticed that my symbolicated logs are just the non-sybolicated logs with extra spaces inserted betwe...