-1

I accidentally deleted my old SDWebImage version from my project and now I need to readd it again. The newest versions can be added as a framework to Xcode, but that doesn't work, because if I do that, I get linker errors left and right.

So it would be good if I simply had the working sourcecode. But if I download the sourcecode from the github page and add it to my project, I am getting errors that some properties are not synthesized or not declared.

Where can I get the latest working sourcecode for SDWebImage?

Sebastian
  • 7,670
  • 5
  • 38
  • 50
user975561
  • 514
  • 1
  • 6
  • 17

1 Answers1

0

You can just add the "SDWebImage" folder, downloaded from Github

If the current version isn't working, you could try an older commit, but I find SDWebImage to be a bit buggy. It would be better to figure out why the current version isn't working and fix that. Open another question giving details of what's going wrong when you add the current version.

nevan king
  • 112,709
  • 45
  • 203
  • 241