为什么`离子运行ios`错误与“找不到匹配的配置文件”? [英] Why does `ionic run ios` error with "No matching provisioning profile found"?

查看:120
本文介绍了为什么`离子运行ios`错误与“找不到匹配的配置文件”?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的目标是在iPhone上运行我的Ionic应用程序。
我不知道解释这个例外的原因是什么:

My goal is to run my Ionic app on my iPhone. I don't figure out what could be the reason explaining this exception:

    myIonicApp$ sudo ionic run ios

    Check dependencies

    === BUILD TARGET WealCome OF PROJECT WealCome WITH CONFIGURATION Debug ===

    Check dependencies
    Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID "dabcc352-0b59-415a-bcd1-6f6ea1d1fbe6", however, no such provisioning profile was found.
    CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'

我有这个构建设置:

组织者:

推荐答案

正如Mik378在评论中说的那样正确的目的地配置文件的路径似乎是/ Library / MobileDevice,所以你要做的就是将你需要的所有内容复制到该文件夹​​中:

As Mik378 said on his comment the right destination path of the provisioning profiles seems to be /Library/MobileDevice so all you have to do is copy everything you need to that folder:

sudo cp -r ~/Library/MobileDevice/ /Library/MobileDevice/

这篇关于为什么`离子运行ios`错误与“找不到匹配的配置文件”?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆