Build fail when using SDWebImage Build fail when using SDWebImage objective-c objective-c

Build fail when using SDWebImage


Looks like you need to add MapKit and ImageIO to the project.

To do that:

  1. Click on the project at the top of the project navigator in Xcode.
  2. Select the 'Build Phases' tab.
  3. Open up the 'Link Binary with Libraries' box.
  4. Click the '+'.
  5. App MapKit and ImageIO frameworks.