xcode 6 upload app with error: iTunes Store operation failed Error Description not available

前端 未结 16 1725
悲哀的现实
悲哀的现实 2020-12-02 19:57

When I try to upload my app to iTC, after validate my app, I begin to submit it .
But there is an Error that said \"iTunes Store operation failed Error Descripti

相关标签:
16条回答
  • 2020-12-02 20:24

    This is also workaround but you could upload app with Xcode 5.1.1, if you still have one. Generated with Xcode 6.1 *.xcarchive files are available from older Xcode so there is no need to generate *.ipa file.

    0 讨论(0)
  • 2020-12-02 20:24

    I usually get over this with a simple workaround.I get this error when I try to upload archive from Xcode 7.So I archive my project with Xcode 7 but I handle upload process from Organizer of Xcode 6.3.Xcode keep organizer content same across different versions of Xcode.

    0 讨论(0)
  • 2020-12-02 20:25

    I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to 'Ad-Hoc' profile instead of 'Production' profile. Setting it back to 'Production' did the trick for me.

    0 讨论(0)
  • 2020-12-02 20:27

    I was getting the same error and I tried for like 15-20 times but was out of luck. Then suddenly it stuck with me what if the network is causing this. Since I was on WiFi, I sat next to the router and it worked in the first go itself. Since there is no proper message by the Apple I tried even this and it worked.

    Note: If the size of the binary is quiet large then probably good internet connection is required too.

    0 讨论(0)
  • 2020-12-02 20:31

    In my case i user a wrong account with wrong password !
    when i relogin, i fixed the problem, holp it will help you!

    0 讨论(0)
  • 2020-12-02 20:32

    I had this error, and I found that it was because of the version number in my app. It had too many revision levels. You're allowed a maximum of 2. For example, 1.2.3 will pass validation, but 1.2.3.4 will generate the above error in Xcode 6.

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