I'm not sure how to open such iOS crash report using Visual Studio for Mac. That specific question is one you should ask your IDE’s vendor. Taking a step back, is the crash report in human-readable or JSON format? If it’s the latter, you can convert it to the former by changing the extension to .ips and then using Quick Look in the Finder. Once you have it in human-readable format, you should be able to see some basic info. You may need to symbolicate the backtraces to make progress. My standard reference for that is Adding Identifiable Symbol Names to a Crash Report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: