I have a workspace with 3 different targets, for one of them I need to get the result of the build inside the folder where my code is.
I also need to build this using xcodebuild, I've been researching trying to find if there is some flag or configuration thing to achieve this but couldn't find it...
Is there a way of doing this???
Thanks!