XCFrameworkBuild
XCFrameworkBuild copied to clipboard
A script program that helps you build XCFramework quickly, and supports conversion of .framework and .a before .xcframework.
XCFrameworkBuild

A script program that helps you build XCFramework quickly, and supports conversion of .framework and .a before .xcframework.
⚠️ All the paths used are the absolute paths of the computer
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