- Home /
Question by
googlerOTS · Dec 14, 2018 at 09:50 AM ·
iosbuildxcode
Automatic dsym uploading doesn't work for ios
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
Comment
Your answer
Follow this Question
Related Questions
Xcode build & run "innocent" (?) problem 0 Answers
PBXProject and UNITY_IOS issue in PostProcessBuild step on 2018.1 0 Answers
Xcode DebugFocusItem 0 Answers
UnityAds.h Not Found 1 Answer
What does Build and Run do in Xcode 0 Answers