question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add SDWebImage to project is not a good idea.

See original GitHub issue

Maybe you need to suggest users to run pod init in folder ios and add pod 'SDWebImage', '~> 3.7.5' in Podfile, then pod install. Because SDWebImage is very likely to be already used in user’s project. for this, you need to add $(BUILT_PRODUCTS_DIR) to Header Search Paths.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DylanVanncommented, Mar 18, 2018

It supports CocoaPods now. Thanks for the help

0reactions
DylanVanncommented, Apr 22, 2018

There’s an example of installation with CocoaPods in the repo. Here is the Podfile for anyone else who needs a reference:

https://github.com/DylanVann/react-native-fast-image/blob/master/ReactNativeFastImageCocoaPodsExample/ios/Podfile

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install SDWebImage - ios - Stack Overflow
Download and unzip the last version of the framework from the download page · Right-click on the project navigator and select "Add Files...
Read more >
SDWebImage on CocoaPods.org
There are four ways to use SDWebImage in your project: using CocoaPods; using Carthage; using Swift Package Manager; manual install (build frameworks or...
Read more >
SDWebImage Swift Tutorial - YouTube
SDWebImage Swift TutorialWant to learn sdwebimage in swift? Are you looking for a good sdwebimage tutorial or how to use sdwebimage in swift ......
Read more >
SDWebImage Tutorial - YouTube
My full length Udemy course: Saving Data in Your iOS App Using Core Data: https://bit.ly/30dcIjACheck out my new full length iOS ...
Read more >
nest-mobile-client-iphone/5.7.0/SDWebImage - Git at Google
An UIImageView category adding web image and cache management to the Cocoa ... NOTE: The version 3.0 of SDWebImage isn't fully backward compatible...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found