Xcode “Build and Archive” from command line

前端 未结 20 1293
死守一世寂寞
死守一世寂寞 2020-11-22 13:52

Xcode 3.2 provides an awesome new feature under the Build menu, \"Build and Archive\" which generates an .ipa file suitable for Ad Hoc distribution. You can also open the O

20条回答
  •  不知归路
    2020-11-22 14:14

    if you use next tool: https://github.com/nomad/shenzhen

    then this task is very easy:

    which ipa 1>/dev/null 2>&1 || echo 'no shenzhen. to install use: sudo gem install shenzhen --no-ri --no-rdoc'
    ipa build --verbose --scheme "${schemeName}"
    

    source

提交回复
热议问题