以下のコマンドを使用して、コマンドライン経由で.ipaを作成するプロジェクトをビルドおよびアーカイブしようとしています
$ xcodebuild archive -project test.xcodeproj -scheme "Test" -archivePath /build
しかし、それは以下のエラーを与えます
** ARCHIVE FAILED **
The following build commands failed:
Ld /Users/user1/Library/Developer/Xcode/DerivedData/test-gymccixkvyhthdhhxixgplbqdrhk/Build/Intermediates/ArchiveIntermediates/Test/IntermediateBuildFilesPath/test.build/Release-iphoneos/Test.build/Objects-normal/arm64/Test normal arm64
Ld /Users/user1/Library/Developer/Xcode/DerivedData/test-gymccixkvyhthdhhxixgplbqdrhk/Build/Intermediates/ArchiveIntermediates/Test/IntermediateBuildFilesPath/test.build/Release-iphoneos/Test.build/Objects-normal/armv7/Test normal armv7
何か不足していますか?