Was going to work with compression_encode_buffer , but when I link I get
Undefined symbols for architecture armv7:
"_compression_decode_buffer", referenced from:
Sure, right let's add the library but all I can find is a file
libcompression.tbd
but that appears to be a text file that just contains the following text.
So anyone know how to get around the link error?
---
archs: [ armv7, armv7s, armv7k, arm64 ]
platform: ios
install-name: /usr/lib/libcompression.dylib
exports:
- archs: [ armv7, armv7s, armv7k, arm64 ]
symbols: [ _compression_decode_buffer, _compression_decode_scratch_buffer_size,
_compression_encode_buffer, _compression_encode_scratch_buffer_size,
_compression_stream_build_shared_dict, _compression_stream_destroy,
_compression_stream_get_state_size, _compression_stream_identify_algorithm,
_compression_stream_init, _compression_stream_init_with_options,
_compression_stream_is_state_valid, _compression_stream_op_data_size,
_compression_stream_process ]
...