Xcode 9 “no iTunes Connect account” error when uploading

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

    I encountered the same issue with xCode 9 GM build and others reported it as well in xCode 10 and xCode 11. Deleting the derived data actually solved it for me. Hopefully it will help others as well.

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

提交回复
热议问题