tripleCC/cocoapods-bin

archive 下lipo -info的路径有点小问题

Closed this issue · 1 comments

podspec 这样引用本地的
    s.vendored_frameworks = 'Libraries/**/*.framework'
  def ios_architectures
        archs = %w[x86_64 arm64 armv7 armv7s i386]
        @vendored_libraries.each do |library|
          archs = `lipo -info #{library}`.split & archs
        end
        archs
      end

#{library} 的路径只到了 xxx.framework 这层,正常应该是包含xxx.framework/xxx 吗?

会导致pod bin archive 报错

大佬,能加个微信或者QQ吗?比较方便交流,感谢,
微信 :su1231235
qq:350380433