Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
326 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 Reply

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...