Skip to content

NayOoLinn/SampleFrameWork

Repository files navigation

Device

xcodebuild archive
-scheme ComicSingle
-configuration Release
-destination "generic/platform=iOS"
-archivePath ./archives/ios_devices.xcarchive
SKIP_INSTALL=NO
BUILD_LIBRARY_FOR_DISTRIBUTION=YES

Simulator

xcodebuild archive
-scheme ComicSingle
-configuration Release
-destination "generic/platform=iOS Simulator"
-archivePath ./archives/ios_simulator.xcarchive
SKIP_INSTALL=NO
BUILD_LIBRARY_FOR_DISTRIBUTION=YES

XCFramework

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors