Piasy
06/01/2020, 2:44 PMx86_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.Sean Najera
06/01/2020, 4:29 PMPiasy
06/01/2020, 10:57 PM-lresolve -lbz2 -framework CloudKit -framework CoreLocation -lcompression .
BTW, arm64 architecture could link success without these flags on 1.3.71.Artyom Degtyarev [JB]
06/05/2020, 1:29 PM-late ? Also, what Xcode and iOS versions are you aiming at?Piasy
06/30/2020, 1:42 PMPiasy
06/30/2020, 2:33 PM-late works! BTW, in my message 29 days ago, there was a mistake, I need add -lresolv.9 rather than -lresolve . Thank you @Artyom Degtyarev [JB]!