"is not on any development teams " Xcode的账号错误问题

"***@*** is not on any development teams "

Xcode现在在"Accounts"中时不时会出现这个提示.

但其他按钮都是灰色的, 也没有"确定" "刷新"按钮, 实在无奈.

解决方法:

1:进入 "Organizer"页面, 选 "Archives",

2:随便找一个你的archives包,

3:选择右边的Validate, 这时会验证你的开发者账号,

你只要在Accounts中把正确的密码写好了, 就会验证成功.

那个错误也就不存在了.

以上.

时间: 2024-11-29 06:06:15

"is not on any development teams " Xcode的账号错误问题的相关文章

iOS Mobile Development: Using Xcode Targets to Reuse the Code 使用xcode targets来实现代码复用

In the context of iOS mobile app development, a clone is simply an app that is based off another mobile app. A clone usually has more or less the same code base with probably a slightly different functionality. It’s quite common for this app to have

xcode工程编译错误:No architectures to compile for

问题 开发环境:xcode6,iPhone6模拟器 xcode工程编译错误:No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). 原因 导致这个错误的原因主要是CPU的编译架构引起的,Build Active Architecture Only属性设置为了YES(只编译当前模拟器指令集),当出现不兼容设备时就会出现错误. 解决 在工程Build Settings,

xcode ___gxx_personality_v0" 编译错误

xcode ___gxx_personality_v0" 编译错误 Undefined symbols for architecture i386: "___gxx_personality_v0", referenced from: ... 在XCODE工程 添加  libstdc++.dylib 即可

Xcode工程编译错误:“Cannot assign to 'self' outside of a method in the init family”

#import <Foundation/Foundation.h> @interface EOCRectangle : NSObject<NSCoding> @property (nonatomic , readonly , assign) float width; @property (nonatomic , readonly , assign) float height; -(id)initWithWidth:(float) width andHeight:(float) he

如何处理SAP HANA Web-Based Development Workbench的403 Forbidden错误

打开SAP云平台上的SAP HANA Web-Based Development Workbench超链接: 遇到错误信息:403 - Forbidden - The server refused to fulfill the request. solution 打开SAP HANA Cockpit, 选择OK: 添加下列权限: (1) sap.hana.admin.roles::Administrator (2) sap.hana.ide.roles::TraceViewer (3) sap.

is not on any development teams

1)账号正在申请中 2)申请成功后的账号? 加了3个账号,都是这样子的. 1:Xcode>Window> "Organizer"页面, 选 "Archives", 2:随便找一个你的archives包, 3:选择右边的Validate, 这时会验证你的开发者账号, 你只要在Accounts中把正确的密码写好了, 就会验证成功. my  fix:launchpad>xcode and xcode2,there have two icon,run xc

XCode中常用错误解决

No such file or directory     解决方法(可以依次尝试,总有一种能最终解决问题):          方法1.退出Xcode,然后从finder里面进入~/Library/Developer/Xcode/DerivedData 删掉里面所有的内容,然后重启Xcode试试看               方法2.上面的操作也可以直接在Xcode的organizer中完成,在organizer里面切换到projects,然后delete掉derived data      

xcode工程编译错误:一般错误总结

1.Apple LLVM 8.0 Error Group /'all-product-headers.yaml' not found 最近升级了xcode打包后出现了个BUG,记录解决的方法. 现象:报错误信息:"......'all-product-headers.yaml' not found" 原因:新增加了第三方库 解决: 1.检查工程-Target-Build Settings 设置Defines Module的值是否为YES "Defines Module = Y

xcode工程编译错误:missing required architecture i386 解决方法

可能原因一:项目内保存了.framework文件,在复制分发到不同计算机的时候可能会引发该错误 解决方法一:来到Targets->Build Settings->Framework Search Paths,将其内容删除.让xcode不管项目目录下的.framework文件,而是去包含本机的.当然你也可以手动删除它们. 解决方法二:这个是在stack overflow上看到的: I had this same problem, and the solution turned out to be