lipo相关命令可以查看cpu架构, 提取特定架构,整合和拆分库文件。
查看:lipo -info xxxx.framework/xxxx或/xxxx.a
合成:lipo -create xxxx.a xxxx.a -output xxxx.a
瘦身:lipo xxxx -thin cpu(armv7/arm64等) -output xxxx
移除:lipo -remove cpu(armv7/arm64等) xxxx -output xxxx
lipo相关命令可以查看cpu架构, 提取特定架构,整合和拆分库文件。
查看:lipo -info xxxx.framework/xxxx或/xxxx.a
合成:lipo -create xxxx.a xxxx.a -output xxxx.a
瘦身:lipo xxxx -thin cpu(armv7/arm64等) -output xxxx
移除:lipo -remove cpu(armv7/arm64等) xxxx -output xxxx
本文标题:lipo常用的命令:查看,合并,移除,瘦身
本文链接:https://www.haomeiwen.com/subject/yitimftx.html
网友评论