lipo -info xxxx.framework/xxxx或/xxxx.a
查看信息,支持的cpu架构列表
lipo -create xxxx xxxx -output xxxx
整合成Fat文件
lipo xxxx -thin cpu(armv7/arm64等) -output xxxx
提取特定的cpu架构的thin文件
lipo -remove cpu(armv7/arm64等) xxxx -output xxxx
移除掉特定的cpu架构的文件
lipo -info xxxx.framework/xxxx或/xxxx.a
查看信息,支持的cpu架构列表
lipo -create xxxx xxxx -output xxxx
整合成Fat文件
lipo xxxx -thin cpu(armv7/arm64等) -output xxxx
提取特定的cpu架构的thin文件
lipo -remove cpu(armv7/arm64等) xxxx -output xxxx
移除掉特定的cpu架构的文件
本文标题:lipo命令的用法
本文链接:https://www.haomeiwen.com/subject/cupwcrtx.html
网友评论