Create Mergeable Framework with xcodebuild command line

I try to create a Mergeable Framework using Command like this.

xcodebuild archive \
-scheme Mergeable \
-configuration Release \
-destination 'generic/platform=iOS' \
-archivePath './build/Mergeable.framework-iphoneos.xcarchive' \
SKIP_INSTALL=NO \
MERGED_BINARY_TYPE=MANUAL \
MERGEABLE_LIBRARY=YES \
BUILD_LIBRARIES_FOR_DISTRIBUTION=YES

But it seems that I can't find any way to create a Mergeable framework using xcodebuild. Do we have another option to indicate the xcodebuild create a Mergeab,e Framework

Thanks, Ben.Dang

Post not yet marked as solved Up vote post of BenDang60035 Down vote post of BenDang60035
575 views