问题描述
我刚刚破解了一个较旧的项目以应用错误修复。
I just cracked open an older project to apply a bug fix.
修复错误2分钟后,我将其构建到我的设备上,我收到此错误找不到此可执行文件的有效配置文件。
After 2 minutes of fixing the, bug I go to build it to my device, and I get this error "A valid provisioning profile for this executable was not found."
在疯狂的故障排除中,我完全制作了新的发行版和开发人员证书,以及应用程序的新证书。
In mad trouble shooting, I completely made new distribution and developer certificates, as well as a new certificate for the app.
仍然是同样的错误。
任何人都可以提供要检查的事项清单吗?我可以进一步解决这个问题吗?
Can anyone provide a list of things to check? Ways I can troubleshoot this further?
干杯。
PS。我讨厌配置。
Cheers.PS. I hate provisioning.
编辑:我正在使用团队配置文件...这是一个问题吗?我只是想调试一个设备..它不应该是一个问题。
I'm using the team provisioning profile... is that a problem? I'm just trying to debug to a device.. it shouldn't be an issue.
推荐答案
好的,所以我解决了这个问题,不知怎的,在尝试为应用程序商店构建时,我更改了运行的构建配置从调试到发布的方案..并且自然发布使用的是分发证书..我的设备上没有(也不能)安装。
Ok, so I solved this, somehow in trying to build for the app store I changed the build config for the "run" scheme from debug to release.. and naturally release was using a distribution cert.. which wasn't (and can't be) installed on my device.
我讨厌xcode 4.(这方面:P)
I hate xcode 4. (this aspect of it :P)
什么是方案? :S
这篇关于找不到此可执行文件的有效配置文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!