Skip to content

Commit ccd3b02

Browse files
author
Olivier Poitrey
committed
Add missing installation instruction about linker flag
1 parent 62a61ab commit ccd3b02

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,17 @@ There are two ways to use this in your project: copy all the files into your pro
224224
- In the dialog, select SDWebImage.framework:
225225
- Check the "Copy items into destination group's folder (if needed)" checkbox
226226

227-
### Add build target dependencies
227+
### Add dependencies
228228

229229
- In you application project app’s target settings, find the "Build Phases" section and open the "Link Binary With Libraries" block:
230230
- Click the "+" button again and select the "ImageIO.framework", this is needed by the progressive download feature:
231231

232+
### Add Linker Flag
233+
234+
Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linker Flags" setting and add the "-ObjC" flag:
235+
236+
![Other Linker Flags](http://dl.dropbox.com/u/123346/SDWebImage/10_other_linker_flags.jpg)
237+
232238
### Import headers in your source files
233239

234240
In the source files where you need to use the library, import the header file:

0 commit comments

Comments
 (0)