Вопрос

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