From 0e7d3cde68a9d60e5db9b1189a9ee1ceda37251a Mon Sep 17 00:00:00 2001 From: Roderick Monje Date: Sun, 28 Apr 2013 17:18:03 -0500 Subject: [PATCH] documented workaround for frameworks that extend optional libraries --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58e9d56..6156540 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - Web Image ========= @@ -229,6 +228,10 @@ Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linke ![Other Linker Flags](http://dl.dropbox.com/u/123346/SDWebImage/10_other_linker_flags.jpg) +Alternatively—if this causes compilation problems with frameworks that extend optional libraries, such as Parse or RestKit—instead of the -ObjC flag use: + +-force_load SDWebImage.framework/Versions/Current/SDWebImage + ### Import headers in your source files In the source files where you need to use the library, import the header file: