简体   繁体   English

在Xcode 6中为Ad Hoc Distribution选择配置文件

[英]Selecting a provisioning profile for Ad Hoc Distribution in Xcode 6

Having issues doing this. 有这样的问题。

It will NOT let me select the provisioning profile to use, instead it defaults to some XC Ad Hoc: * and I cannot change it. 它不会让我选择要使用的配置文件,而是默认为某些XC Ad Hoc:*而我无法更改它。 The correct profile is selected in the build settings. 在构建设置中选择了正确的配置文件。

I get: 我明白了:

默认配置文件

I was experiencing the same issue in Xcode 6. I fixed it by: 我在Xcode 6中遇到了同样的问题。我修复了它:

  1. Go to Apple Developer > Create a new App ID specifically for the app with Explicit App ID like com.mywebsite.MyApp. 转到Apple开发人员>专门为具有显式应用ID的应用创建新的应用ID,例如com.mywebsite.MyApp。 Don't choose Wildcard App ID option. 不要选择通配符应用程序ID选项。
  2. Go to Provisioning Profiles > Distribution > Update App ID (for MyApp) to the new one I just created. 转到配置配置文件>分发>更新应用程序ID(对于MyApp)到我刚刚创建的新应用程序。
  3. Generate a new profile. 生成新的个人资料。
  4. Download and install. 下载并安装。
  5. It doesn't hurt to Clean before Archive. 存档之前清理它并没有什么坏处。
  6. Go to Organizer > Export > Save for Ad Hoc Deployment. 转至管理器>导出>保存以进行特别部署。 Xcode will give me an error on the first attempt. Xcode会在第一次尝试时给我一个错误。 I had to click Try Again. 我不得不点击再试一次。 That's when it started to pick up the new profile. 那是它开始拿起新的个人资料的时候。

Also this thread might be helpful. 线程也可能有所帮助。 Good luck. 祝好运。

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

相关问题 具有通配符配置配置文件的临时分发 - Ad Hoc distribution with Wildcard provisioning profile iOS Ad-Hoc分发:无法使用Xcode中的分发证书签署置备配置文件 - iOS Ad-Hoc Distribution: Can't sign provisioning profile with distribution certificate in Xcode 使用临时设置配置文件验证Xcode 5中的存档 - Validating Archive in Xcode 5 with an Ad Hoc Provisioning Profile Xcode 6 - 无法为Ad-Hoc分发选择签名证书/配置文件。 始终采取默认 - Xcode 6 - Can't pick signing certificate/provisioning profile for Ad-Hoc distribution. Always taken default Xcode 6 - 如何为Ad-Hoc分发选择签名证书/配置文件? - Xcode 6 - How to pick signing certificate/provisioning profile for Ad-Hoc distribution? 没有XC的XCode 6和Ad-Hoc分发:配置 - XCode 6 and Ad-Hoc distribution without XC: provisioning 在真实设备中测试临时配置文件-IOS XCode - Testing Ad-hoc Provisioning Profile in Real Device - IOS XCode 为什么要在Ad Hoc Distribution Provisioning Profile之前使用Development Provisioning Profile? - Why should you use a Development Provisioning Profile before an Ad Hoc Distribution Provisioning Profile? XCode 4中的临时分发 - Ad-hoc distribution in XCode 4 无法使用iTunes 11和iOS 7在临时分发测试设备上安装配置文件 - Unable to install provisioning profile on ad-hoc distribution test devices using iTunes 11 and iOS 7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM