Xcode export/upload error: Your session has expired. Please log in

前端 未结 11 2114
小蘑菇
小蘑菇 2020-12-25 09:34

I am trying to release an app from Xcode but as soon as I try uploading to the app store or exporting in any fashion, once it checks for signing from iTunes Connect, I recei

相关标签:
11条回答
  • 2020-12-25 10:06

    I had the same problem. I noticed that i had no problem login in the site, but i was not able to view or modify the provisioning profile, for this reason "Contact Team Agent We recently updated the Apple Developer Enterprise Program License Agreement. Your team agent must review and agree to continue."

    Once my team agent agreed i could export my ipa file.

    0 讨论(0)
  • 2020-12-25 10:11

    I had the same problem.

    Solution: Go to Xcode->Preferences->Accounts and make sure that ALL your accounts are connected. If you have several accounts and only 1 of them is not connected you will always get the error, no matter for which account you want to do stuff/export/etc. So make sure ALL accounts are connected without exception. You see a lightning icon next to your accounts that are not connected.

    Hope it helps other ppl :-)

    0 讨论(0)
  • 2020-12-25 10:11

    In my case I had both Application Loader and Xcode opened, it seems both were using the account and thus even when I tried to re-add my account through Preferences->Account, it still displays the same error message.

    Once I closed the application loader, Xcode was able to add the account.

    0 讨论(0)
  • 2020-12-25 10:12

    I didn't find log out in Xcode -> Preferences. Just restart Xcode and it helped me.

    0 讨论(0)
  • 2020-12-25 10:16

    I had same problem,

    Xcode say:Your session has expired. Please log in.

    I solved it through below steps

    Enable two step verification fixes this issue:

    On Mac Open System Preference App, Go to iCloud -> Account Details -> Security Tab (middle) and at bottom "Set Up Two-Factor Authentication". Add your mobile number and click "get a verification code".

    Goto Xcode preference and sign in again with your apple id and enter code.

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