Why does `ionic run ios` error with “No matching provisioning profile found”?

时光毁灭记忆、已成空白 提交于 2019-12-03 06:12:01

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/

Try going into Xcode preferences, into Accounts and clicking the refresh button at the bottom left of the dialog.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!