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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top