I installed SDWebImage in my Xcode 5 / iOS 7 project, but building gives me the following problem, which will result in a fatal exception:
ignoring file SDWebImage.framework/SDWebImage, missing required architecture x86_64 in file SDWebImage.framework/SDWebImage
SDWebImage, apparently, is the cause of this problem in Google Analytics , and the best solution, apparently, is to reduce arm64 using standard architectures (armv7, armv7s) in the same build settings, I really do not want to do this, and for SDWebImage this the problem is to blame for libwebp , which suggested temporarily abandoning the 3.2 framework.
I am already running the 3.5 framework. Does anyone know how to solve this, or am I sticking to these workarounds?
(Thanks!)
source
share