1.查看庫框架
lipo -info 庫路徑
2.拆分庫
lipo 原庫路徑 -thin 框架名稱(armv7、arm64、x86_64) -output 新庫存放路徑/新庫名
3.合并庫
lipo -create 原庫1路徑 原庫2路徑 -output 新庫存放路徑/新庫名
lipo -info 庫路徑
lipo 原庫路徑 -thin 框架名稱(armv7、arm64、x86_64) -output 新庫存放路徑/新庫名
lipo -create 原庫1路徑 原庫2路徑 -output 新庫存放路徑/新庫名