Create a xcframework from a framework without the original source code
xcframework-builder
Currently in development, use at your own risk!
A command line tool that creates a xcframework from a framework bundle.
No source code needed just pass the framework as the input and you will get a xcframework.
USAGE: xcframework-builder [--debug] [--delete-input-file-on-success] --input-path <input-path> --output-path <output-path>
OPTIONS:
--debug
--delete-input-file-on-success
--input-path <input-path>
--output-path <output-path>
-h, --help Show help information.