xcframework-maker
xcframework-maker copied to clipboard
Usage with .a blobs
A certain framework I use doesn't seem to be a framework at all - would it be possible to convert this using your utility? Great work btw!
I was doing this recently by hand - if it's a statically compiled blob (or ar archive) you have to do some fun stuff with libtool to ensure it knows what libraries to load. I do think it's possible, but would take a bit of work/maybe some hooks for manual intervention (i.e. a UI to pick which libraries to link, etc.)
🤔 I guess it should be possible to work it out, but I am not sure how yet.