Xcode 9 “no iTunes Connect account” error when uploading

后端 未结 24 2312
自闭症患者
自闭症患者 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

    For me it helped to close Xcode and reopen it again, it was that simple ;)

    0 讨论(0)
  • 2020-12-13 07:08

    I just had this happen to me and this was my solution.

    1. Full Quit out of xCode 9
    2. Reopen xCode
    3. Update to a new version number
    4. Archive again

    Result: It worked

    It's a pretty basic fix, but hopefully it will for you too.

    0 讨论(0)
  • 2020-12-13 07:08

    Here's what worked for me (after trying many times of signing-out and signing-in):

    1. Sign out your Apple ID (by going to Preferences with Cmd+,)

    2. Sign in with your Apple ID, and make sure you sign in with ***@icloud.com

    3. Somehow it all started working for me...

    Posting it here in case it's helpful to anyone else. Have no clue how this solved the problem (and how the problem emerged in the first place).

    0 讨论(0)
  • 2020-12-13 07:09

    I also encountered with the same problem. But after I updated the Xcode to the current latest version of Xcode 9.2 solved my problem. I took the update on 2017-12-21.

    0 讨论(0)
  • 2020-12-13 07:10

    For me remove derived data, clean project and try again working fine.

    Please follow below steps:

    1. Quit XCode
    2. rm -fr ~/Library/Developer/Xcode/DerivedData/
    3. Reopen XCode and try to upload again

    Hope it will help!

    0 讨论(0)
  • 2020-12-13 07:10

    Solution that worked for me in Xcode 9.1

    1. Go to Preferences.
    2. Go to Accounts tab.
    3. Select the desired account.
    4. If there is a login expired error displayed, login again.
    5. Make sure the error has gone away.
    6. Restart Xcode.
    7. Try to upload the archive again.
    0 讨论(0)
提交回复
热议问题