Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
324 views
in Technique[技术] by (71.8m points)

ios - XCode6 GoldMaster submitting build failed with error

When I submit build to AppStore I see errors:

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

ERROR ITMS-4238: "Redundant Binary Upload. There already exists a binary upload with build version '3.0' for train '3.0' at SoftwareAssets/PreReleaseSoftwareAsset.

Does anybody know what I should do to fix that?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...