I have a FAT .a archive on my Mac (a library) and I just wanted to know how I could extract the files from it?

link|improve this question

Do you want to write a program to do this, or are you looking for one that is already made? – Justin Mar 22 '11 at 20:43
looking for one that is already made. – max_ Mar 22 '11 at 20:45
feedback

1 Answer

up vote 3 down vote accepted

lipo input_file -extract architecture -output output_file

This is for extracting a single architecture of a Universal Binary archive. Not sure if this helps, though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.