I've installed SDWebImage in my Xcode 5 / iOS 7 project, but building gives me the following issue which will result in a fatal exception:
ignoring file SDWebImage.framework/SDWebImage, missing required architecture x86_64 in file SDWebImage.framework/SDWebImage
SDWebImage seems to be cause this issue with Google Analytics, and the best resolution seems to be cutting arm64 by using Standard architectures (armv7, armv7s) in one's build settings. I don't really want to do that, and SDWebImage had this issue blaming libwebp which suggested falling back to framework 3.2 temporarily.
I'm running framework 3.5 already. Does anyone know how to resolve this, or am I stuck with these work-arounds?
(Thanks!)