Windows:10
Builder:3.59
iOS: 16.2
I wondered if there is any way to create dSYM from the CLI like the checkbox in the builder UI. I couldn't find a way to do so by reading the build.cmd or by debugging the builder.
Thanks in advance
Windows:10
Builder:3.59
iOS: 16.2
I wondered if there is any way to create dSYM from the CLI like the checkbox in the builder UI. I couldn't find a way to do so by reading the build.cmd or by debugging the builder.
Thanks in advance
Hello
Look for "dsymutil" in build.cmd
Have a nice day
I did find some mentions of it in the code (5 to be exact) of build.cmd but I still don't know how to use it.
dsymutil is part of LLVM. Have you read the tool’s manual page ?
So what I should do is pass -dsymutil to IOS_CFLAGS_UnityFramework and it will build the dSYM symbols?
I'm kinda new to this so sorry if the questions seem primitive
Oh sorry, I thought you were asking on how to invoke the tool by yourself. What you want is to have build.cmd invoke it when it’s called from the command line.
Okay so no. But adding -g to the compiler flags will.
Moderators: Pierre-Marie Baty