0

It is my understanding that Xcode should be able to automatically symbolicate debug builds so that I don't need to "build and archive" to preserve the .dSYM files. Is this correct? What could be the reason if it doesn't work? Everything in the crashlog has a proper description except from my own calls:

9   CoreData     0x340dd340 -[NSManagedObjectContext save:] + 184
10  TodayDev     0x0000b670 0x1000 + 42608
11  TodayDev     0x00005922 0x1000 + 18722
12  UIKit        0x359f061e -[UIApplication significantTimeChange] + 38

I have read this question and excluded the mentioned directories from Spotlight. Still no luck.

Thanks.

Community
  • 1
  • 1
Nicolinux
  • 169
  • 3
  • 8

1 Answers1

0

Try my patched version of symbolicatecrash, which should work for debug builds too, as long as you haven't deleted the build.

Christopher Pickslay
  • 17,523
  • 6
  • 79
  • 92
  • Thanks for the answer. The thing is that my friend who is working on the same app doesn't have this problem and he uses the same tools/versions. I guess it is not related to the symbolicatecrash script since it works for him with debug builds. – Nicolinux May 20 '11 at 12:06