提取 FAT .a 文件 Mac
我的 Mac 上有一个 FAT .a 存档(一个库),我只是想知道如何从中提取文件?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
lipo input_file -extract Architecture -output output_file
这用于提取通用二进制存档的单个架构。但不确定这是否有帮助。
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.