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 Transform::RemoveFromParent when Object.DestroyImmediate() is called on Transform
- [Linux] Player consumes more CPU resources when it is running in the background
- Save process is triggered every time when prefab property values are changed by dragging
- Physics.SphereCastNonAlloc is slow when the results array is large
- Colors of GameObject are changed and the background color is green when disabling the “Intensity” of “Bloom” in “Global Volume” GameObject and enabling the “Allow Dynamic Resolution” setting in Camera
Add comment