XCode6 GoldMaster submitting build failed with error

前端 未结 9 1332
野的像风
野的像风 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.

    0 讨论(0)
  • 2020-12-11 15:55

    The problem is caused by your developer accout. I had the same issue. My developer account has multiple teams. But the email of this account can only be associated with one iTunesConnect Account. If you want to submit the app which is not related to your own iTunes Connect you should use application loader. In application loader enter the account info which is related to apps iTunesConnect acoount. Then you are raedy to submit your app.

    0 讨论(0)
  • 2020-12-11 15:56

    For my case, I have two accounts on XCode. One with two teams (A and B), and the second with only one (B). When I build and try to submit an application for B team, using first account gives me this error.

    However, when I select the second account with only one time, It works without a problem. hope this helps.

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