Setting a provisioning profile from within xcodebuild when making iPhone apps

前端 未结 5 1292
广开言路
广开言路 2021-01-29 18:25

I\'m using xcodebuild to compile my iPhone app from the command line. Is there a way to pass in some sort of option to set the provisioning profile? There seems to

5条回答
  •  借酒劲吻你
    2021-01-29 18:52

    Documentation

    It seems from the doc, you can't set the provisioning file BUT you can specify the target:

    [-target targetname]

    So, if you create a target for each provisioning file, you could select the proper target from the command line.

    This would basically accomplish what your asking.

提交回复
热议问题