xcodebuild archive
-scheme ComicSingle
-configuration Release
-destination "generic/platform=iOS"
-archivePath ./archives/ios_devices.xcarchive
SKIP_INSTALL=NO
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
xcodebuild archive
-scheme ComicSingle
-configuration Release
-destination "generic/platform=iOS Simulator"
-archivePath ./archives/ios_simulator.xcarchive
SKIP_INSTALL=NO
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
xcodebuild -create-xcframework
-framework ./archives/ios_devices.xcarchive/Products/Library/Frameworks/ComicSingle.framework
-framework ./archives/ios_simulator.xcarchive/Products/Library/Frameworks/ComicSingle.framework
-output ./ComicSingle.xcframework