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!
Have you tried using xcodebuild
from the command line?
xcodebuild -project projName -alltargets
man xcodebuild
will list all available options.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With