Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Mac(库)上有一个 FAT .a 存档,我只是想知道如何从中提取文件?
lipo input_file -extract architecture -output output_file
这是为了提取通用二进制存档的单一架构。不过,不确定这是否有帮助。