I\'m trying to use SDWebImage in my iPhone app. I followed the step by step tutorial to install SDWebImage into my Xcode project.
When I try to build my app i\'m ge
I got this error when I was removing some old unused Pods while keeping the XCode open. I have seen and read that you must keep XCode closed while doing any pod operation. Once pod operation is done, you should then reopen xcworkspace file and build.
Did the same closed the XCode, but also I removed the contents of Derived data just to start from a fresh page. It worked !