https://github.com/thibaultCha/TCBlobDownload
Import as a static library
- Drag and drop
TCBlobDownload.xcodeproj
from Finder to your opened project. - Project's Target -> Build Phases -> Target Dependencies -> add
TCBlobDownload
. Then, click Link binary with libraries and addlibTCBlobDownload.a
(no worries if it's red). - Go to build settings, switch "always search user paths" to
YES
and add$(PROJECT_TEMP_DIR)/../UninstalledProducts/include
to "User Header Search Paths". - Project's Target -> Build Settings -> Other Linker Flags ->
Add
-ObjC
- Import the lib. (no worries if no autocomplete)
#import <TCBlobDownload/TCBlobDownload.h>