对多个开发人员ID使用Xcode [英] Using Xcode for multiple developer IDs

查看:50
本文介绍了对多个开发人员ID使用Xcode的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所有这些iPhone东西我都是很新的.我还没有关于配置文件等的清晰IDea.

I am quite new all this iPhone stuff. I have no such clear IDea yet about provisioning profile etc.

我将在Mac机器上使用两个不同的开发人员ID,一个用于我自己的ID,另一个用于我正在工作的启动公司.现在,如何使用xCode提交两个不同的ID的应用程序?

I will be using my mac machine for two different developer IDs,one for my own and other for the startup where I am working in. Now,how can I use xCode to submit my apps in two different IDs?

谢谢

推荐答案

您可以显式指定签名身份(只要它们具有不同的名称)和供应配置文件GUID.

You can explicitly specify a signing identity (as long as they have different names) and a provisioning profile GUID.

编辑:CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer: John Doe (ABCDEF)PROVISIONING_PROFILE[sdk=iphoneos*] = provisioning-profile-guid在配置中(或在命令行上).或在项目设置中,搜索"sign"并使用漂亮的GUI菜单.

CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer: John Doe (ABCDEF) and PROVISIONING_PROFILE[sdk=iphoneos*] = provisioning-profile-guid in the config (or on the command line). Or in the project settings, search for "sign" and use the nice GUI menu.

或者,为您的工作版本使用其他用户帐户.

Alternatively, use a different user account for your work builds.

编辑:系统偏好设置→帐户并添加一个新用户.如果您在登录选项"下启用了快速的用户切换功能,也会有所帮助.

System Preferences → Accounts and add a new user. It also helps if you enable fast user-switching under "Login Options".

这篇关于对多个开发人员ID使用Xcode的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆