【iOS打包上传】No account with App Store Connect access have been found for the team “xxx“

看了@萧然CS的解决方案并未解决我的问题,所以在此做一下补充

以下是萧然CS整理的

报错:

XCode打包正常,上传iOS商店后台是报错:No account with App Store Connect access have been found for the team "***",  App Store Connect access is requried for App Store distribution.

原因:

没有找到Team的App Store Connect access账号,搜到一些相关的解决办法,原因可能是以下几点:

1. 证书过期;2. Xcode配置出错;3. 账号权限不够

解决:

方法1. 重启Xcode

方法2. 检查账号身份,member,admin,agent,agent账号才有权限上传(我的账号显示user身份也可以,原因不清楚···)

方法3.  重新添加账号:Xcode -> References -> Account面板,删除账号,重启Xcode,添加账号,重新上传

方法4. 关闭Xcode,终端命令:rm -fr ~/Library/Developer/Xcode/DerivedData/,重启Xcode,重新上传

方法5. 关闭Xcode,前往文件夹~/Library/MobileDevice/Provisioning Profiles,删除当前项目的证书配置文件,重启Xcode,重新导入证书,重新上传


补充:

检查账号身份,我的是企业账号下边个人的账号,将个人下的Certificates重新拉取一遍

你可能感兴趣的:(【iOS打包上传】No account with App Store Connect access have been found for the team “xxx“)