Xcode 6.0/6.1 并使用客户端的配置文件构建
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26496674/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 6.0/6.1 and building with client's provisioning profile
提问by Cam
I downloaded the latest Xcode 6.1 and with having my client's provisioning profile/certificate, I tried to build IPA file for them (for ad-hoc deployment) but in the new Xcode 6.1 when you start archiving, it tries to connect to my apple developer account and since my client's App Id doesn't exist, it says:
Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues: An App ID with identifier 'com.myclient.something' is not available. Please enter a different string.
我下载了最新的 Xcode 6.1 并拥有我客户的配置文件/证书,我尝试为他们构建 IPA 文件(用于临时部署)但在新的 Xcode 6.1 中,当您开始存档时,它会尝试连接到我的 Apple 开发人员帐户,并且由于我的客户的 App Id 不存在,它说:
Xcode 尝试定位或生成匹配的签名资产,但由于以下问题未能这样做:标识符为“com.myclient.something”的 App ID 不可用. 请输入不同的字符串。
I used to do the same thing in Xcode 5.1.1 and I could archive and create the IPA file for my client with their provisioning profile. DO you know guys how can I build the IPA file for their in-house distribution in Xcode 6.1? Thanks in advance, Cam
我曾经在 Xcode 5.1.1 中做同样的事情,我可以使用他们的配置文件为我的客户存档和创建 IPA 文件。你们知道我如何在 Xcode 6.1 中为他们的内部发行版构建 IPA 文件吗?提前致谢,卡姆
回答by mustafa
Locate your .xcarchive file. Right click on it and select Show Package Contents. In the Products/Application folder you will find your app. Drag it onto the iTunes. iTunes will add it to the Applications tab. Go to the Applications tab in iTunes. Right click on your app and select Show In Finder. There you have your .ipa file
找到您的 .xcarchive 文件。右键单击它并选择显示包内容。在 Products/Application 文件夹中,您将找到您的应用程序。将其拖到 iTunes 上。iTunes 会将其添加到“应用程序”选项卡。转到 iTunes 中的“应用程序”选项卡。右键单击您的应用程序并选择在 Finder 中显示。你有你的 .ipa 文件