Post

Replies

Boosts

Views

Activity

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
0
1
704
Jul ’23
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
Replies
0
Boosts
1
Views
704
Activity
Jul ’23