I have one Xcode project with multiple targets. During development, it is becoming laborious to compile and install each separately.
Is there a way, through scripting or otherwise; that I can automate the build and install to device of multiple targets at once.
Many thanks in advance!