简体   繁体   English

在Xcode到期空间中找不到配置文件

[英]unable find Provisioning Profiles in xcode due space

When I want Build, it shows me below error: 当我想要构建时,它显示以下错误:

security: unable to open "/Users/antonio/Library/MobileDevice/Provisioning Profiles/.mobileprovision" for reading: No such file or directory 安全性:无法打开“ / Users / antonio / Library / MobileDevice / Provisioning Profiles / .mobileprovision”进行读取:没有此类文件或目录

When cding into this directory using terminal, it show me this error: 当使用终端进入该目录时,它显示此错误:

$ cd /Users/antonio/Library/MobileDevice/Provisioning Profiles
-bash: cd: /Users/antonio/Library/MobileDevice/Provisioning: No such file or directory

But it is available when I going to this directory using Finder. 但是当我使用Finder转到此目录时,它可用。

I think due it have space in the name, it can't open,is there any way I change name of Provisioning Profiles ? 我认为由于名称中有空格,因此无法打开,请问有什么办法可以更改Provisioning Profiles名称?

cd "/Users/antonio/Library/MobileDevice/Provisioning Profiles"

or 要么

cd /Users/antonio/Library/MobileDevice/Provisioning\ Profiles

more on this: https://askubuntu.com/questions/398400/how-do-i-navigate-to-folders-with-spaces-in-their-names-i-get-no-such-file-or 有关此内容的更多信息: https : //askubuntu.com/questions/398400/how-do-i-navigate-to-folders-with-spaces-in-their-names-i-get-no-such-file-or

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM