Skip to content

tyy/LzmaSDKOjbcFramework

 
 

Repository files navigation

LzmaSDKOjbcFramework

This is a LZMA compress Framework use by iOS platform. Based on LzmaSDKObjC

Because the official SDK using cocoapods install, but when you don't want to use use_frameworks! on other pods, you can NOT using LzmaSDKObjC either. Error as below:

Codec was not compiled in or stripped by static linking. 
Make sure you are using 'use_frameworks!' and/or dynamic linking ...

Cocoapods can NOT set use_frameworks! for specified pod.

So I create a Framework object and build an iOS framework directly. Hope it help.

Steps to use it.

Step1. Run this command under Podfile

$ pod install

Step2. Open the xCode workspace project file, like this.

Step3. Archive and copy the LzmaSDKObjC.framework to your project.

Enjoy!

About

A LZMA compress Framework use by iOS platform. Based on LzmaSDKObjC

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 62.8%
  • C 30.3%
  • Objective-C++ 4.4%
  • Objective-C 2.3%
  • Other 0.2%