...
|
...
|
@@ -247,9 +247,11 @@ Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linke |
|
|
|
|
|

|
|
|
|
|
|
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
|
|
|
|
...
|
...
|
|