Need Help with LZMA2 Compression Using SWCompression in Swift

I'm looking for assistance with compressing data using the LZMA2 algorithm from the SWCompression library in an iOS project. I've encountered issues and need guidance on how to correctly implement LZMA2 compression. Any help or code examples would be greatly appreciated!

Please help me providing information regarding this

NOTE: If I use third party library means I am getting error from testflight The app references non-public symbols in Payload/Hogs.app/Hogs: _lzma_easy_encoder, _lzma_end (ID: 305f671a-b2ee-4e14-8764-00ed9b86bfb0)

Help me solve this issue

Thanks

iOS doesn’t have a public LZMA2 API.

Regarding the third-party library you’re using, it’s hard to say what’s going on there without knowing exactly what library you’re using. Please post a link to it.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Need Help with LZMA2 Compression Using SWCompression in Swift
 
 
Q