Re: Xcode fails to symbolicate
Re: Xcode fails to symbolicate
- Subject: Re: Xcode fails to symbolicate
- From: Jerry Krinock <email@hidden>
- Date: Thu, 01 May 2014 16:51:18 -0700
On 2014 May 01, at 08:08, Kyle Sluder <email@hidden> wrote:
> Do you have Spotlight enabled? That's how the symbolicator finds the dSYMs.
Indeed, that’s a problem. Your symbolicating is only as reliable as Spotlight :( When I had this problem, about 20% of the time, with symbolicating Mac apps, I was told by Apple to “help” gdb by loading the file explicitly, using gdb’s ‘file’ command. Example:
add-dsym /path/to/Bkmxwork.framework.dSYM
Since I’ve added that to my workflow, all of my crash reports have symbolicated successfully.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden