1.查看信息,支持的cpu架構(gòu)列表
lipo -info xxxx.framework/xxxx或/xxxx.a
2.整合成Fat文件
lipo -create xxxx xxxx -output xxxx
3.提取特定的cpu架構(gòu)的thin文件
lipo xxxx -thin cpu(armv7/arm64等) -output xxxx
4.移除掉特定的cpu架構(gòu)的文件
lipo -remove cpu(armv7/arm64等) xxxx -output xxxx
5.查看二進(jìn)制支持架構(gòu)的詳細(xì)信息
lipo -detailed_info xxxx