You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this is the right place to post this. I have scanned for information on this issue, however I have not had much luck in answers.
To describe the issue first. The app is currently latest Maui build 8.0.40. I have a beta app within testflight. I have crash logs from testflight submitted by testers on a particular issue I am trying to trace. I can access the crash logs however I do not see info that helps me trace back the issue well enough. I believe the log needs to be symbolicated, however I'm not certain how to do this or what this will give me. Below are a few things I have gone through but still no luck nor sure where to proceed.
Opened crash log in xcode. Gives some info like thread and generic crash. In this particular case it is thread 0 - bad address. This happens on background to foreground from user feedback.
attempted to click symoblicate within xcode - says it is missing the dsym
I have looked at the archive to download the symbols however it says they don't exist.
checked on testflight under meta data says it does not have symbols.
below is from the project file release build -
ios-arm64
manual
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I hope this is the right place to post this. I have scanned for information on this issue, however I have not had much luck in answers.
To describe the issue first. The app is currently latest Maui build 8.0.40. I have a beta app within testflight. I have crash logs from testflight submitted by testers on a particular issue I am trying to trace. I can access the crash logs however I do not see info that helps me trace back the issue well enough. I believe the log needs to be symbolicated, however I'm not certain how to do this or what this will give me. Below are a few things I have gone through but still no luck nor sure where to proceed.
Opened crash log in xcode. Gives some info like thread and generic crash. In this particular case it is thread 0 - bad address. This happens on background to foreground from user feedback.
attempted to click symoblicate within xcode - says it is missing the dsym
I have looked at the archive to download the symbols however it says they don't exist.
checked on testflight under meta data says it does not have symbols.
below is from the project file release build -
ios-arm64
manual
I've tried to disable what options for symbol stripping I could find. None appear to be what I'm looking for it seems.
My questions
Again just looking for information in general on how to go about resolving this issue using the crash logs is very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions