From 22782052a1e38403ea47c57e32688e0ae457006e Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Mon, 16 Jun 2014 18:10:23 +0300 Subject: [PATCH] Updated README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d304af6..96ed48d 100644 --- a/README.md +++ b/README.md @@ -247,9 +247,11 @@ 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: +Alternatively, if this causes compilation problems with frameworks that extend optional libraries, such as Parse, RestKit or opencv2, instead of the -ObjC flag use: +``` -force_load SDWebImage.framework/Versions/Current/SDWebImage +``` ### Import headers in your source files