first step:
xcodebuild -project Pods/Pods.xcodeproj build
second:
xcodebuild archive -project 'test.xcodeproj' -configuration 'Debug' -scheme 'test' -archivePath './app.xcarchive' LIBRARY_SEARCH_PATHS="./build/*"
I received the message:
** ARCHIVE FAILED **
The following build commands failed:
Ld /Users/Jerry/Library/Developer/Xcode/DerivedData/test-gatfkskyhzymghdnanjebfcrqchs/Build/Intermediates.noindex/ArchiveIntermediates/test/IntermediateBuildFilesPath/test.build/Debug-iphoneos/test.build/Objects-normal/arm64/test normal arm64
(1 failure)