From 207677a6a49915f61d8bf761eee645a1986bf75a Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sat, 23 Sep 2017 19:14:19 +0800 Subject: [PATCH] Update ManualInstallation.md (#2030) Fix `Other Linker Flags` images --- Docs/ManualInstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/ManualInstallation.md b/Docs/ManualInstallation.md index 937b30c8..ae059a62 100644 --- a/Docs/ManualInstallation.md +++ b/Docs/ManualInstallation.md @@ -16,7 +16,7 @@ git clone --recursive https://github.com/rs/SDWebImage.git Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linker Flags" setting and add the "-ObjC" flag: -![Other Linker Flags](http://dl.dropbox.com/u/123346/SDWebImage/10_other_linker_flags.jpg) +![Other Linker Flags](https://user-images.githubusercontent.com/6919743/30030628-be2daf6a-91c0-11e7-8b5c-e0ac92d16b80.png) Alternatively, if this causes compilation problems with frameworks that extend optional libraries, such as Parse, RestKit or opencv2, instead of the -ObjC flag use: ``` @@ -30,4 +30,4 @@ If you're using Cocoa Pods and have any frameworks that extend optional librarie and this: ``` $(inherited) -``` \ No newline at end of file +```