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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment