Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.4.X, 2019.1.X
Votes
0
Found in
2017.4.0f1
2017.4.14f1
Issue ID
1109548
Regression
No
[iOS] Automatic dsym uploading doesn't log on first build or Archive
Reproduction steps:
1. Create a new Unity project.
2. Enable Unity Services (Window > General > Services).
3. Build and open an Xcode iOS build.
- Make sure "Build Phases > Process symbols" phase exists (screenshot1.png).
4. Build it to iOS (you may want to delete the log file from step 5 before build to clear it as it contains older logs).
5. Open "symbol_upload.log" file, which should be located in the "Library/Logs/Unity" folder.
Actual behavior:
...
time=“2019-01-08T19:33:36+02:00” level=info msg=“Found 0 files to check, scanning for binary images now...”
time=“2019-01-08T19:33:36+02:00” level=info msg=“Found 0 binary images to process (not all files contain a binary image, and some contain multiple images)”
time=“2019-01-08T19:33:36+02:00” level=info msg=“All 0 uploads completed with out error.”
...
6. Repeat steps 4-5.
Expected behavior:
...
time=“2019-01-08T19:34:07+02:00” level=info msg=“Found 2 files to check, scanning for binary images now...”
time=“2019-01-08T19:34:07+02:00” level=info msg=“Found 1 binary images to process (not all files contain a binary image, and some contain multiple images)”
time=“2019-01-08T19:34:07+02:00” level=info msg=“Log for folder Contents:
...
Reproduced with:
Xcode 10.1
2017.4.18f1, 2019.1.0a13
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
- Mono Windows Builds don't produce full log callstacks when generating logs
Add comment