Xcode 9 “no iTunes Connect account” error when uploading

后端 未结 24 2330
自闭症患者
自闭症患者 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 06:55

    In My case none of the above solutions worked,

    I have an access for both Developer account and iTunes Connect account, but I faced the same Issue.

    The only option worked for me is updating my MAC OS before it was 10.13.4, after update to 10.13.6 the problem was resolved. Hope this will help to someone.

    0 讨论(0)
  • 2020-12-13 06:55

    In my case this is the problem of firewall when I connected to other network it's working.

    0 讨论(0)
  • 2020-12-13 06:56

    This seems to be issue with Xcode 9. Solution is to use Application Loader tool.

    Step 1 : Create an IPA file

    1. Clean your project from Product -> Clean (cmd + shift + k )
    2. Select Product -> Archive

    3. Once archive is successfully completed it will open in Organizer window

    4. Press Export button present on right side

    1. Now select the distribution method as per your need and click on Next button

    1. This will show the App Store distribution options. Now click on Next button

    1. Re-sign your project (preferred is Automatically manage signing) and click on Next button

    1. There will be Review window containing IPA content details. Click on Export.

    1. Now choose the location where folder is to be saved and Click on Export.

    1. This will create an folder containing IPA, packaging.log, DistributionSummary.plist and ExportOptions.plist file

    Step 2 : Upload IPA using Application Loader

    1. Right click on Xcode tool present on Slide-bar. Goto Open Developer Tool -> Application Loader

    1. This opens Application Loader. Press on Choose button and select IPA file.

    1. This will analyse IPA file and will show IPA details. You can press on Activity button to see list of activity performed while uploading app. Click on Next.

    1. This will create iTunes Connect API analysis file.

    1. Once it is successfully uploaded it will show Success. Now click on Next.

    1. You IPA file is submitted to AppStore successfully

    0 讨论(0)
  • 2020-12-13 06:56

    What works for me is to

    1. remove the apple ID from the accounts known to XCode
    2. to add the account again (do not import the account again)

    See On Xcode 7 I keep receiving error "No accounts with iTunes connect access"

    0 讨论(0)
  • 2020-12-13 06:56

    Closed Xcode and reopened it. This worked for me. This was also the most popular answer on the apple forum. Do this first.

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

    The same case happened to me. Also when I tried to get crash reports, it shows that my session has expired.

    I have just restarted my Xcode and it worked.

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