Posts

Post not yet marked as solved
0 Replies
586 Views
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
Posted Last updated
.