File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -224,11 +224,17 @@ There are two ways to use this in your project: copy all the files into your pro
224
224
- In the dialog, select SDWebImage.framework:
225
225
- Check the "Copy items into destination group's folder (if needed)" checkbox
226
226
227
- ### Add build target dependencies
227
+ ### Add dependencies
228
228
229
229
- In you application project app’s target settings, find the "Build Phases" section and open the "Link Binary With Libraries" block:
230
230
- Click the "+" button again and select the "ImageIO.framework", this is needed by the progressive download feature:
231
231
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
+
232
238
### Import headers in your source files
233
239
234
240
In the source files where you need to use the library, import the header file:
You can’t perform that action at this time.
0 commit comments