https://kotlinlang.org logo
x

xxfast

11/25/2021, 12:34 PM
Following through this guide to migrate from old
packForXCode
task to
embedAndSignAppleFrameworkForXcode
. In step 4, setting linker flags where we have to do
$(inherited) -framework shared
how would we link more than one library here?
k

Konstantin Tskhovrebov

11/26/2021, 11:30 AM
as i know you can use
-framework one -framework two …
x

xxfast

11/26/2021, 11:39 PM
ah, didnt realise you need to add a flag between every module name
28 Views