我已经在我的
Xcode 5 / iOS 7项目中安装了
SDWebImage,但是建筑给了我以下问题,这将导致致命的异常:
ignoring file SDWebImage.framework/SDWebImage,missing required architecture x86_64 in file SDWebImage.framework/SDWebImage
SDWebImage似乎是因为this issue with Google Analytics,并且最佳分辨率似乎是通过在一个构建设置中使用标准架构(armv7,armv7s)来削减arm64.我真的不想这样做,SDWebImage有this issue blaming libwebp建议暂时回到框架3.2.
我已经在运行框架3.5了.有谁知道如何解决这个问题,还是我坚持使用这些解决方法?
(谢谢!)