Xcode export/upload error: Your session has expired. Please log in-b
1、Xcode export/upload error: Your session has expired. Please log in
我在stack over flow上找到的答案:
一看preference,果然:
重新登录了一下,OK了。
2、Missing iOS Distribution signing identity for ..
我这里的情况是这样的:
打开钥匙串,发现里面的一些证书显示:此证书签发者无效。
解决方法:
打开钥匙串,删除登录和系统里面的,所有无效的证书和过期的证书。特别注意,过期的证书是默认是不显示的,你需要在钥匙串的“显示”菜单里面选择一下“显示已过期的证书”,这样才能看到它们。
然后,更新WWDR系统证书。
下载证书地址https://developer.apple.com/certificationauthority/AppleWWDRCA.cer 下载之后 双击安装。
然后,打开项目,fix一下,再到preference里面创建一个分发证书。一切OK。
3、no accounts with itunes connect access
在上传过程中,要登录到iTunes Connect。
posted on 2016-06-08 17:27 🌞Bob 阅读(868) 评论(0) 编辑 收藏 举报