iOS_TCBlobDownload接入

邵博远
2023-12-01

https://github.com/thibaultCha/TCBlobDownload




Import as a static library

  1. Drag and drop TCBlobDownload.xcodeproj from Finder to your opened project.
  2. 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).
  3. Go to build settings, switch "always search user paths" to YES and add$(PROJECT_TEMP_DIR)/../UninstalledProducts/include to "User Header Search Paths".
  4. Project's Target -> Build Settings -> Other Linker Flags -> Add -ObjC
  5. Import the lib. (no worries if no autocomplete)
#import <TCBlobDownload/TCBlobDownload.h>
 














 类似资料: