How to stop symbolicate adding “” pieces to iOS Crash Log

后端 未结 2 665
梦如初夏
梦如初夏 2020-12-03 03:36

I have crash logs from an iPhone Application in the App Store (retrieved via iTunes Connect) that after symbolicating have a bunch of \"\" method names from

2条回答
  •  -上瘾入骨i
    2020-12-03 04:11

    I had the same problem and got rid of messages by deleting all iOS 6.0 (including beta) data from ~/Library/Developer/Xcode/iOS DeviceSupport.

    Now, symbolicate uses the symbol data stored at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/6.0 (10A403)/
    instead of the stored symbol data in user library.

提交回复
热议问题