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 add libTCBlobDownload.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 -ObjCImport the lib. (no worries if no autocomplete)
#
import <TCBlobDownload/TCBlobDownload.h>
转载请注明原文地址: https://ju.6miu.com/read-1296518.html