Hi guys, I encountered a link error when I try to build Kotlin code into a static library, then link it into a iOS framework for simulator architecture (
x86_64
), bunch of undefined reference to symbols like
___res_9_p_type_syms
,
_BZ2_bzWriteClose
,
_CKRecordShareKey
,
_kCLLocationCoordinate2DInvalid
,
_compression_stream_init
and
_at_encoder_get_block_alpha
. I managed to add some libraries to fix all of them except for
_at_encoder_get_block_alpha
. I'm using Kotlin 1.3.71, there is no error at all on 1.3.61.