In some of the crashes I am seeing in Fabric/Crashlytics, the raw text of the stack trace has several entries that are not symbolicated and end up looking like this:
10 Foundation 0x1d351b01 <redacted> + 8
11 Foundation 0x1d2a7aef <redacted> + 146
12 Foundation 0x1d299fe7 <redacted> + 770
13 Foundation 0x1d353d39 <redacted> + 190
This answer https://stackoverflow.com/a/12854350/2941876 indicates this can be caused by out-of-date symbol data in ~/Library/Developer/Xcode/iOS\ DeviceSupport.
Is there anything that Fabric support can do to fix this? Or, anything that I can do when sending dSYM info?