0

This problem may be weird, but it is happening and I am not getting it.

I have just downloaded the code from https://github.com/rs/SDWebImage and try to run example project.

It is building successfully, but not running. Why?

Thanks in advance.

Piyush Dubey
  • 2,416
  • 1
  • 24
  • 39

1 Answers1

3

You need to change the Project scheme to SDWebImageDemo, and then Hit the Play/Run Button. It will work.

Rajan Balana
  • 3,775
  • 25
  • 42