Update ManualInstallation.md (#2030)

Fix `Other Linker Flags` images
This commit is contained in:
DreamPiggy 2017-09-23 19:14:19 +08:00 committed by GitHub
parent f5570320ed
commit 207677a6a4
1 changed files with 2 additions and 2 deletions

View File

@ -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:
```