XCode6 GoldMaster submitting build failed with error

前端 未结 9 1414
野的像风
野的像风 2020-12-11 15:18

When I submit build to AppStore I see errors:

ERROR ITMS-4088: \"No software found with apple_id: *\" at SofwareAssets

ERROR ITMS-4238: \"Redundant

9条回答
  •  忘掉有多难
    2020-12-11 15:48

    For the error ERROR ITMS-4088: "No software found with apple_id: *" at SofwareAssets

    Make sure you have the correct itunesconnect account connected with xcode.

    • Sign into > https://itunesconnect.apple.com
    • Users + Roles
    • Add iTunes Connect User
      • specify your developer account email address
      • grant admin or technical access (this allows generation of certs)

    Alternatively - you can simply add in the production iTunes Connect login details in xcode.

    • Xcode / preferences(cmd + ,)
    • Accounts -> add iTunes Connect apple id.
    • Archive -> choose the corresponding iTunes Connect account to submit.

    enter image description here

    Currently, the iTunes Connect user account is limited to one commercial entity. Whereas the Apple developer account can be granted access to multiple organisations. To get around this, use a different email address or alias to successfully add your iTunes Connect User.

提交回复
热议问题