Hi all,
I would like to rebuild something with make debug
?
Could I just overwrite the buildPhase
?
Hi all,
I would like to rebuild something with make debug
?
Could I just overwrite the buildPhase
?
thank you very much for the pointer.
After reading further into setup.sh it looks like overwriting
buildFlagsArray = [
"debug" # need to be the last element
];
actually works, probably buildFlags would have worked similarly well.
(Unfortunately my build fails because of another error so I cannot confirm that everything works finally)