Upload symbol files through the Unity Dashboard
Upload symbol files through the Unity Dashboard to help diagnose issues in your project.
読み終わるまでの所要時間 2 分最終更新 3日前
Debugging symbols help you to better diagnose and fix problems. If your project is missing symbols, then these symbols might be missing from native crash reports. To fix this issue, you can manually add application symbol files to your project through the Unity Dashboard.
Upload symbol files to Diagnostics
To upload symbols, follow these steps:- In the Unity Dashboard, open your project.
- In your project overview, select View Diagnostics.
- Select Debugging Symbols.
- Select Upload symbol file, and then choose a file from your device.
Find missing iOS/macOS application symbols
When you build your application using Xcode, iOS/macOS places the symbols in a debug symbol file (dSYM) folder with a name similar to the following:~/Library/Developer/Xcode/DerivedData/<build id>;/Build/Products/<build type>/appname.dSYMdwarfdumpappnamedwarfdump -u appname.dSYM/Contents/Resources/DWARF/appnamedwarfdumpUUID: 5EEDCCD2-38E7-3E52-81EC-B90C7BCD6D91 (armv7) appname.dSYM/Contents/Resources/DWARF/appnameUUID: 583173FD-6697-3E3C-90DC-EA9147563A5B (arm64) appname.dSYM/Contents/Resources/DWARF/appname
After you locate the correct dSYM folder, zip the entire folder and upload it to Diagnostics.