Xcode真机调试出现The account '***' has no team with ID '***'的解决方案
前段时间,想用真机调试的时候出现
The account '***' has no team with ID '***'的问题,
以前页真机调试过,没有这种情况,于是我登陆开发者中心,进去发现说我的账号有问题:
There may be a problem with your account. Please contact us.
于是我就查看了我的icloud邮件,大概在几天前有这么一封apple发送的邮件:
Dear ***,
You have revoked your certificate, so it is no longer valid.
Certificate: iOS Development
Team Name: ***Any provisioning profiles that include this certificate are no longer valid and must be regenerated for future use.
Best regards,
Apple Developer Program Support
可能是帐号出问题后,证书也被移除了,于是我就按照开发者中心指引的contact,在线写了一封邮件,说明了问题,第二天apple技术人员给我回复了邮件,说正在处理,让我等候,结果几天过去了,杳无音讯,于是我直接打电话过去了,马上解决好了,听到客服说去重置下服务器,应该是apple那边出的问题,如果有人遇到这种情况,建议直接打电话解决,几分钟搞定,就是接入要等候比较久的时间!
apple联系电话:https://developer.apple.com/contact/phone.php
Americas
| Country | Language | Hours of Operation | Phone | 
|---|---|---|---|
| United States and Canada | English | Mon-Fri, 9:00AM-7:00PM CST | 1 408 974 4897 1 800 633 2152  | 
| Brazil | English, Português | Mon-Fri, 9:00AM-7:00PM CST | 0800 047 4883 | 
| Mexico | English, Español | Mon-Fri, 9:00AM-7:00PM CST | 001 888 552 0893 | 
| Other* | English | Mon-Fri, 9:00AM-7:00PM CST | 1 408 974 4897 | 
Asia Pacific
| Country | Language | Hours of Operation | Phone | 
|---|---|---|---|
| Australia | English | Mon-Fri, 09:00-17:00 AEDT | 1300 068 387 | 
| China | English, 普通话 | Mon-Fri, 09:00-17:00 CST | 4006 701 855 | 
| Hong Kong | English, 普通話 | Mon-Fri, 09:00-17:00 HKT | 852 21129966 | 
| Japan | English, 日本語 | Mon-Fri, 09:00-17:00 JST | 0120 9333 88 | 
| Korea | English, 한국어 | Mon-Fri, 09:00-17:00 KST | 080 860 9797 | 
| Singapore | English, 普通话 | Mon-Fri, 09:00-17:00 SGT | 800 1865 012 | 
| Taiwan | English, 普通話 | Mon-Fri, 09:00-17:00 CST | 0800 022 237 | 
| Other* | English | Mon-Fri, 09:00-17:00 SGT | 65 6482 1144 | 
Europe
| Country | Language | Hours of Operation | Phone | 
|---|---|---|---|
| Austria | English, Deutsch | Mon-Fri, 08:00-17:00 GMT | 0820 001219 | 
| Belgium | English | Mon-Fri, 08:00-17:00 GMT | 070707973 | 
| Belgium | Français | Mon-Fri, 08:00-17:00 GMT | 070707972 | 
| Denmark | English | Mon-Fri, 08:00-17:00 GMT | 70110041 | 
| France | English, Français | Mon-Fri, 08:00-17:00 GMT | 08255 40104 | 
| Germany | English, Deutsch | Mon-Fri, 08:00-17:00 GMT | 0180 5010773 | 
| Ireland | English | Mon-Fri, 08:00-17:00 GMT | 01 2480047 | 
| Italy | English, Italiano | Mon-Fri, 08:00-17:00 GMT | 199 309 079 | 
| The Netherlands | English | Mon-Fri, 08:00-17:00 GMT | 0900 0401271 | 
| Norway | English | Mon-Fri, 08:00-17:00 GMT | 81500104 | 
| Spain | English, Español | Mon-Fri, 08:00-17:00 GMT | 902 734997 | 
| Sweden | English | Mon-Fri, 08:00-17:00 GMT | 0771 183459 | 
| Switzerland | English, Deutsch | Mon-Fri, 08:00-17:00 GMT | 0848 000314 | 
| Switzerland | English, Français | Mon-Fri, 08:00-17:00 GMT | 0848 000313 | 
| Switzerland | English, Italiano | Mon-Fri, 08:00-17:00 GMT | 0848 000315 | 
| United Kingdom | English | Mon-Fri, 08:00-17:00 GMT | 0844 209 1507 | 
| Other* | English | Mon-Fri, 08:00-17:00 GMT | 00353 1 2480047 | 
Xcode真机调试出现The account '***' has no team with ID '***'的解决方案的更多相关文章
- Xcode真机调试报错(证书的签发者无效)
		
Xcode真机调试时报错: dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib Referenced from: /var/mobi ...
 - xcode 真机调试 failed to get the task for process xxx
		
xcode 真机调试 failed to get the task for process xxx 此错误原因是,使用 in house profile 签名了真机调试的证书: 在 target--- ...
 - Xcode真机调试iOS10中Nslog 打印不出东西
		
Xcode真机调试iOS10中Nslog 打印不出东西 解决方案 通过以下途径找到 Product->Scheme->EditScheme ios9以前的 如果不加 1 的那句 在xcod ...
 - iOS开发之—— XCODE真机调试设备连接一直忙碌如何处理!(真机调试各种错误提示解决)
		
真机调试,想连接真机调试代码可是连上设备后就一直转圈, 在Divice里面一直提示“iphone名称” is busy: Processing symbol files Xcode will cont ...
 - Xcode真机调试失败:The identity used to sign the executable is no longer valid
		
在Xcode中突然好久没有使用真机调试了.今天使用真机的时候.出现例如以下的警告.并真机执行失败: The identity used to sign the executable is no lon ...
 - Xcode真机调试报错:The application could not be verified.
		
今天真机调试的时候遇到这个错误: The application could not be verified. 这还是第一次遇到,应该是手机上的app的证书跟如今的证书不一致导致. 解决方法有两个 x ...
 - Xcode真机调试初体验
		
1. 开发者证书(Certificates) 分为开发(iOS Development)和发布(iOS Distribution)两种,无论是真机调试,还是上传到App Store都需要该证书,是一个 ...
 - 【转】Xcode真机调试初体验
		
1. 开发者证书(Certificates) 分为开发(iOS Development)和发布(iOS Distribution)两种,无论是真机调试,还是上传到App Store都需要该证书,是一个 ...
 - Xcode真机调试中"There was an internal API error"错误解决方法
		
xcode7更新之后使用真机调试,在IOS8的一台iphone6也没问题.IOS9.2的一台iphone6s也没问题.但是在IOS7.0的一台iPhone4s上面在最后安装的时候居然安装失败,提示 T ...
 
随机推荐
- Sublime3 快捷键
			
Sublime3 快捷键 blog 选择类 Ctrl+D 选中光标所占的文本,继续操作则会选中下一个相同的文本. Alt+F3 选中文本按下快捷键,即可一次性选择全部的相同文本进行同时编辑.举个栗子: ...
 - 在现有的图像处理软件中融合dxf格式输出
			
在现有的图像处理软件中融合dxf格式输出 dxf格式是autocade的支持格式.如果将现有图像识别的结果导出到dxf格式,就能够使用autocad的强大功能进行后续处理. dxf的格式比较复杂,开源 ...
 - android 触摸事件分析
			
背景知识: 触摸屏可以有多个触控点 android中管理触控点通过一个数组来管理,涉及到index和id两个变量, index表示在数组中的下标,id表示这个触控点(pointer)的id,point ...
 - 怎样处理“error C2220: warning treated as error - no object file generated”错误
			
最近用VS2010 编译ceflib开源库是出现"怎样处理"error C2220: warning treated as error - no object file gener ...
 - js  不同进制之间相互转换
			
如果a进制与b进制都不等于10,则十进制作为桥梁进行转换 例如 10进制的数字11 转换为3进制为102 10进制的数字11 转换为4进制为23 现在进行3进制转4进制 1.3进制转10进制 2.10 ...
 - 第三天的学习知识HTML5常用的重要单词
			
a: a:猫 address:地址 alt:替用(一般是图片显示不出的提示) b: b:粗体 br:换行 background:背景 border:边框 ...
 - Crontab中的除号(slash)到底怎么用?
			
crontab 是Linux中配置定时任务的工具,在各种配置中,我们经常会看到除号(Slash)的使用,那么这个除号到底标示什么意思,使用中有哪些需要注意的地方呢? 在定时任务中,我们经常有这样的 ...
 - ShareSDK 集成 Google+ 登录  400.  Error:redirect_uri_mismatch  和  Error Domain=ShareSDKErrorDomain Code=204
			
最近在集成ShareSDK中 Google+ 登录授权时候 出现了如下几个问题 1. 400. Error:redirect_uri_mismatch 出现这种情况, redirectUri应 ...
 - treap 模版
			
struct Treap { struct node { node *son[]; int key,siz,wei,cnt; node(int _key,node *f) { son[]=son[]= ...
 - 使用rem来开发你的移动端网站
			
what is rem ? )css3中的计量元素大小的单位,类似px.pt.em. )一种相对根元素font-size的计算方式.1rem = <html>'s font-size px ...
 
			
		