命令/ usr / sbin / chown失败,退出代码为1(xcode6)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了命令/ usr / sbin / chown失败,退出代码为1(xcode6)相关的知识,希望对你有一定的参考价值。

我不知道这是什么。我正在尝试存档我的应​​用程序。我知道有很多答案,但我无法理解任何答案。所以请有人知道如何解决这个可以告诉我。

 SetOwnerAndGroup shivamrishi:staff /Users/shriyarishi/Library/Developer/Xcode/DerivedData/QuoteU-cqodwskdmizaqjgavubtjxrtedhv/Build/Intermediates/ArchiveIntermediates/QuoteU/InstallationBuildProductsLocation/Applications/QuoteU.app
cd "/Users/shriyarishi/Desktop/QuoteU "
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/usr/sbin/chown -RH shivamrishi:staff /Users/shriyarishi/Library/Developer/Xcode/DerivedData/QuoteU-cqodwskdmizaqjgavubtjxrtedhv/Build/Intermediates/ArchiveIntermediates/QuoteU/InstallationBuildProductsLocation/Applications/QuoteU.app

最后的代码

  chown: /Users/shriyarishi/Library/Developer/Xcode/DerivedData/QuoteU-cqodwskdmizaqjgavubtjxrtedhv/Build/Intermediates/ArchiveIntermediates/QuoteU/InstallationBuildProductsLocation/Applications/QuoteU.app: Operation not permitted
Command /usr/sbin/chown failed with exit code 1

图像https://drive.google.com/file/d/0B2z_d4wEKPEFVWsxV0xUczhFck0/view?usp=sharing

答案

只有超级用户才能chown文件。来自chown(8)手册页:

出于明显的安全原因,文件的所有权只能由超级用户更改。

如果要更改文件所有权,则应使用sudosudo将需要您的密码,并且您在计算机上的admin组中(即您必须被标记为允许管理计算机)。

sudo /usr/sbin/chown -RH shivamrishi:staff 
  /Users/shriyarishi/Library/Developer/Xcode/DerivedData/QuoteU-cqodwskdmizaqjgavubtjxrtedhv/Build/Intermediates/ArchiveIntermediates/QuoteU/InstallationBuildProductsLocation/Applications/QuoteU.app
另一答案

在我的配置文件过期后,我发生了这种情况,我续订了它。我在一些pods代码中出现此错误,因此我使用了删除了pod

pod deintegrate

请检查this,从您的项目中完全删除pods的绝佳方式。

然后pod install

它对我有用!

以上是关于命令/ usr / sbin / chown失败,退出代码为1(xcode6)的主要内容,如果未能解决你的问题,请参考以下文章

命令/ usr / sbin / chown失败,退出代码为1(xcode6)

Phonegap 无法存档,出现此错误“Command / usr / sbin / chown failed with exit code 1”

解决mac系统命令行提示 command not found问题

rabbitmq启动失败 报错

使用非root用户启动tomcat

/bin,/sbin,/usr/sbin,/usr/bin 目录