XCFrameworkBuild
A script program that helps you build XCFramework
quickly, and supports conversion of .framework
and .a
before .xcframework
.
Install
Install Mint(If not already installed)
brew install mint
Install XCFrameworkBuild
mint install josercc/XCFrameworkBuild@master xcbuild -f
Example
If you want to build XCFramework from source
xcbuild create [--platform=[iOS]]
If you want to talk about .framework or .a to .xcframework
xcbuild transfer
More commands
xcbuild --help