XCode :7 App installation failed :A valid provisioning profile for this executable was not found

声明:本文为原创,转载请注明出处。

有的时候我们调试运行的时候会出现这个问题,主要就是配置文件没有找到。解决办法如下

一、不要运行xcode(就是不要run你的app)


屏幕快照 2016-11-11 上午10.52.09.png

二、打开终端依次输入

1. cd Library
2. ls (输入了ls后我们会看到这个目录下的文件 看看有没有MobileDevice)
3. open MobileDevice

会显示这样一个文件夹


XCode :7 App installation failed :A valid provisioning profile for this executable was not found_第1张图片
屏幕快照 2016-11-11 上午10.46.41.png

打开之后会看到一堆像这样的文件(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.mobileprovision),然后把这种文件全部删除。

三、运行xcode
在"TARGETS(yourapp) > General"这个地方可以看到"fix issue"这个按钮,点击它


XCode :7 App installation failed :A valid provisioning profile for this executable was not found_第2张图片
F9132EA4-0429-4261-8720-A84384DF1AB3.png

四、你会发现没有错误了,接着 cmd+r ,程序可以运行了

如果给你带了帮助,请用你发财的小手点击❤️,多谢

你可能感兴趣的:(XCode :7 App installation failed :A valid provisioning profile for this executable was not found)