Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 752 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 752 Bytes

XCFrameworkBuild

image-20191213200218097

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