Xcode 4 - One Click Build to Multiple Devices?

后端 未结 1 630
暗喜
暗喜 2020-12-19 12:15

In Xcode 4 is it possible to somehow setup so that with one click of the \'Run\' button in the top left have Xcode build to more than one device with one click?

It w

1条回答
  •  死守一世寂寞
    2020-12-19 12:57

    Add a new target to your project: File -> New -> New Target... From Other category choose Aggregate. Then build that target which aggregates all other targets you're interested in.

    P.S. Universal App is an app which is built from one target. Two targets are two apps.

    0 讨论(0)
提交回复
热议问题