简体   繁体   English

具有通配符配置配置文件的临时分发

[英]Ad Hoc distribution with Wildcard provisioning profile

I'm trying to code sign on of my apps with a Wildcard app ID and provision profile. 我正在尝试使用通配符应用程序ID和配置文件对应用程序的登录进行编码。 The problem is every time I archive it and try to export it through Ad Hoc I get the following error message: 问题是每次我存档并将其尝试通过Ad Hoc导出时,都会出现以下错误消息:

No matching provisioning profiles found for "Application/The App.app" None of the valid provisioning profile include the devices: My iPhone, etc... 找不到与“ Application / The App.app”匹配的配置文件。有效的配置文件都不包含以下设备:我的iPhone等...

On top of that when I go back into the build settings the distribution profile setting keeps switching back to some long alphanumerical string. 最重要的是,当我回到构建设置时,分发配置文件设置会继续切换回一些长字母数字字符串。 Any advice (I'm using Xcode 6 by the way)? 有什么建议(我正在使用Xcode 6)?

I had the same problem, 我有同样的问题,

Make sure your Code Signing Identity is correct, The Code Signing Identity I had chosen was not the correct one, I had a Developer identity selected for a distribution selection. 确保您的代码签名身份正确,我选择的代码签名身份不是正确的,我为分发选择选择了开发者身份。

Also you need to be using a distribution Code Signing identity and profile for ad hock distribution and not a debug. 另外,您还需要使用分发代码签名身份和配置文件来分发广告,而不是进行调试。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Xcode 6中为Ad Hoc Distribution选择配置文件 - Selecting a provisioning profile for Ad Hoc Distribution in Xcode 6 为什么要在Ad Hoc Distribution Provisioning Profile之前使用Development Provisioning Profile? - Why should you use a Development Provisioning Profile before an Ad Hoc Distribution Provisioning Profile? iOS Ad-Hoc分发:无法使用Xcode中的分发证书签署置备配置文件 - iOS Ad-Hoc Distribution: Can't sign provisioning profile with distribution certificate in Xcode Xcode 6 - 如何为Ad-Hoc分发选择签名证书/配置文件? - Xcode 6 - How to pick signing certificate/provisioning profile for Ad-Hoc distribution? 无法使用iTunes 11和iOS 7在临时分发测试设备上安装配置文件 - Unable to install provisioning profile on ad-hoc distribution test devices using iTunes 11 and iOS 7 如何通过应用程序构建哪个配置文件? (显影剂/自组织/分布) - How to get by which provisioning profile was the app built? (developer/ad-hoc/distribution) Xcode 6 - 无法为Ad-Hoc分发选择签名证书/配置文件。 始终采取默认 - Xcode 6 - Can't pick signing certificate/provisioning profile for Ad-Hoc distribution. Always taken default Development Provisioning Profile 和 Ad Hoc Provisioning Profile 之间有什么区别? - What is the difference between a Development Provisioning Profile and an Ad Hoc Provisioning Profile? 使用临时设置配置文件验证Xcode 5中的存档 - Validating Archive in Xcode 5 with an Ad Hoc Provisioning Profile 没有XC的XCode 6和Ad-Hoc分发:配置 - XCode 6 and Ad-Hoc distribution without XC: provisioning
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM