iOS Framework lipo报错 lipo: can't map input file

  # [iOS Framework lipo报错 lipo: can't map input file] 

//错误信息

fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't map input file: xxxFramework.framework/ (Invalid argument)

//原因

  lipo -create    xxxFramework.framework

//而命令需要是

lipo -create xxxFramework.framework/xxxFramework  //后加库名

你可能感兴趣的:(iOS Framework lipo报错 lipo: can't map input file)