xcframework-maker icon indicating copy to clipboard operation
xcframework-maker copied to clipboard

Usage with .a blobs

Open ericlewis opened this issue 4 years ago • 2 comments

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!

ericlewis avatar Jun 21 '21 16:06 ericlewis

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.)

biscuitehh avatar Jun 21 '21 16:06 biscuitehh

🤔 I guess it should be possible to work it out, but I am not sure how yet.

darrarski avatar Jun 21 '21 20:06 darrarski