When I make an archive in Xcode of my exported project, usymtool doesn't upload dsym.
In symbol_upload.log:
time="2018-12-14T12:30:38+03:00" level=info msg="Found 0 files to check, scanning for binary images now..."
time="2018-12-14T12:30:38+03:00" level=info msg="Found 0 binary images to process (not all files contain a binary image, and some contain multiple images)"
time="2018-12-14T12:30:38+03:00" level=info msg="All 0 uploads completed with out error."
The dsym file is certainly created, it looks like the script "process_symbols.sh" runs too early.
Unity 2017.4.14, Xcode 10.1
↧