2017-11-02 15 views
2

のXcode 9.1(9B55)がStripping extended attributes failedのエラーと、エラーメッセージの下にエクスポートすることができなかった "ストリップ拡張属性失敗" でエクスポートすることができなかった:IDEDistributionPipeline.logでのXcode 9.1(9B55)が

/usr/bin/xattr -crs /var/folders/mm/h01jykrs7gv9w7jjb0yt609w0000gp/T/XcodeDistPipeline.FZT/Root/Payload/GitSmartHome.app" exited with a non-zero status. The /usr/bin/xattr tool may be damaged. 

、以下を参照することができエラー:私は検索し、前にこのエラーが表示されたウェブから多くのことを試してみました

2017-11-01 14:02:24 +0000 
2017-11-01 14:02:24 +0000 Running /usr/bin/xattr '-crs' '/var/folders/mm/h01jykrs7gv9w7jjb0yt609w0000gp/T/XcodeDistPipeline.U1x/Root/Payload/GitSmartHome.app' 
2017-11-01 14:02:24 +0000 option -c not recognized 
usage: xattr [-lz] file [file ...] 
     xattr -p [-lz] attr_name file [file ...] 
     xattr -w [-z] attr_name attr_value file [file ...] 
     xattr -d attr_name file [file ...] 
The first form lists the names of all xattrs on the given file(s). 
The second form (-p) prints the value of the xattr attr_name. 
The third form (-w) sets the value of the xattr attr_name to attr_value. 
The fourth form (-d) deletes the xattr attr_name. 
options: 
    -h: print this help 
    -l: print long format (attr_name: attr_value) 
    -z: compress or decompress (if compressed) attribute value in zip format 
2017-11-01 14:02:24 +0000 2017-11-01 14:02:24 +0000 
2017-11-01 14:02:24 +0000 /usr/bin/xattr exited with 64 

は、疑問が解決するか、元のMacOSのxattrのやPythonを再インストールする方法ですか? High Sierraフィックスを再インストールしますか?

あなたのアドバイスは高く評価されます。

答えて

0

こんにちは、問題は解決しましたか?私はあなたと同じ問題を抱えています。 enter image description here

+0

Mac Pythonの損傷が原因である可能性があります.MacOSを完全に再インストールすることで修正されています。 – Robin

関連する問題