We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context
We received some crash reports for macOS but we cannot debug properly since we don't have the symbols.
Suggested solution
Add an option to create a dSYM file and upload xcarchive (maybe also dSYM for Unity) alongside the .app.
Considered alternatives
Building without unity-builder.
Additional details
Found some mention in Unity docs: https://docs.unity3d.com/ru/2017.4/Manual/UnityPerformanceReportingFindingiOSSymbols.html
The symbols should be useable as described in https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report#Symbolicate-the-crash-report-in-Xcode
https://developer.apple.com/documentation/xcode/building-your-app-to-include-debugging-information#Publish-your-app-with-symbol-information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Context
We received some crash reports for macOS but we cannot debug properly since we don't have the symbols.
Suggested solution
Add an option to create a dSYM file and upload xcarchive (maybe also dSYM for Unity) alongside the .app.
Considered alternatives
Building without unity-builder.
Additional details
Found some mention in Unity docs: https://docs.unity3d.com/ru/2017.4/Manual/UnityPerformanceReportingFindingiOSSymbols.html
The symbols should be useable as described in https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report#Symbolicate-the-crash-report-in-Xcode
https://developer.apple.com/documentation/xcode/building-your-app-to-include-debugging-information#Publish-your-app-with-symbol-information
The text was updated successfully, but these errors were encountered: