本文介绍了在Xcode 6中为Ad Hoc Distribution选择配置文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有问题这样做。
它不会让我选择要使用的配置文件,而是默认为某些XC Ad Hoc:*我无法更改它。
在构建设置中选择了正确的配置文件。
It will NOT let me select the provisioning profile to use, instead it defaults to some XC Ad Hoc: * and I cannot change it.The correct profile is selected in the build settings.
我得到:
推荐答案
我在Xcode 6中遇到了同样的问题。我修复了它:
I was experiencing the same issue in Xcode 6. I fixed it by:
- 转到Apple Developer>专门创建一个新的App ID具有显式应用ID的应用,如com.mywebsite.MyApp。不要选择通配符应用程序ID选项。
- 转到配置文件>分发>更新应用程序ID(对于MyApp)到我刚创建的新应用程序。
- 生成新的个人资料。
- 下载并安装。
- 在存档之前清理它并没有什么坏处。
- 转到管理器>导出>保存以进行特别部署。 Xcode会在第一次尝试时给我一个错误。我不得不点击再试一次。那是它开始拿起新的个人资料。
- Go to Apple Developer > Create a new App ID specifically for the app with Explicit App ID like com.mywebsite.MyApp. Don't choose Wildcard App ID option.
- Go to Provisioning Profiles > Distribution > Update App ID (for MyApp) to the new one I just created.
- Generate a new profile.
- Download and install.
- It doesn't hurt to Clean before Archive.
- Go to Organizer > Export > Save for Ad Hoc Deployment. Xcode will give me an error on the first attempt. 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.
这篇关于在Xcode 6中为Ad Hoc Distribution选择配置文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!