Error ITMS-4236 when uploading build to iTunes because of build version

前端 未结 4 1066
执笔经年
执笔经年 2021-02-01 14:29

I was trying to upload a pre-release build to iTunes to use it with the new iTunes TestFlight integration.

The way I have my continuous integration builds setup is that

4条回答
  •  清歌不尽
    2021-02-01 15:08

    Unfortunately it's still the case. I used to have:

    buildNumber=$(git rev-list HEAD | wc -l | tr -d ' ')
    buildHash=$(git rev-parse HEAD | cut -c1-4)`

    But only buildNumber can be used now. :(

提交回复
热议问题