XcodeでiOSプロジェクトをアーカイブすると、次のエラーが発生します。
SetOwnerAndGroup "james:staff" "/Users/james/Library/Developer/Xcode/DerivedData/App_Name_Here-flplczeuioixfhgepbxgwsbmggyv/Build/Intermediates/ArchiveIntermediates/App_Name_Here/InstallationBuildProductsLocation/../BuildProductsPath/Distribution-iphoneos/libRestKitNetwork.a"
cd "/Users/james/Documents/iPhone SDK Projects/App_Name_Here/RestKit"
setenv 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 "james:staff" "/Users/james/Library/Developer/Xcode/DerivedData/App_Name_Here-flplczeuioixfhgepbxgwsbmggyv/Build/Intermediates/ArchiveIntermediates/App_Name_Here/InstallationBuildProductsLocation/../BuildProductsPath/Distribution-iphoneos/libRestKitNetwork.a"
chown: libRestKitNetwork.a: Too many levels of symbolic links
Command /usr/sbin/chown failed with exit code 1
これがうまくいくかどうかはわかりませんが、最近、MountainLionでXcode4.5にアップデートして、iOS6用にビルドしました。これの原因は何ですか。シンボリックリンクの無限ループである場合、Xcodeで生成されたディレクトリにありますか?自分でシンボリックリンクを作成したことはありません。
ご指導ありがとうございました!