Xcode 9 “no iTunes Connect account” error when uploading

后端 未结 24 2334
自闭症患者
自闭症患者 2020-12-13 06:29

With a certain project in Xcode 9 beta 6 when I try to Upload to the App Store I get:

I am the \"Admin\" role for this account.

  • All contracts
24条回答
  •  天命终不由人
    2020-12-13 07:05

    I just had a call with Apple developer customer support. They said its a known issue and the team is actively working on it. But there is no timeline insight.

    Following solution that worked for me. Use Xcode 8 until Apple engineers fix this issue:

    The solution may work even if you don't downgrade to Xcode 8

    Steps for Downgrading form Xcode 9 to Xcode 8

    1. Download Xcode 8 from:
    https://developer.apple.com/download/more/

    2. Install Xcode 8.

    3. Create an ipa build
    In Xcode go to
    Menu -> Product -> Archive -> Export

    4. Use the Application Loader to upload your ipa to iTunes connect
    Application Loader can be found at:
    In Xcode go to
    Xcode -> Open Developer Tools -> Application Loader

    Let me know if it helped

提交回复
热议问题