Following through this <guide> to migrate from old...
# multiplatform
x
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
as i know you can use
-framework one -framework two …
x
ah, didnt realise you need to add a flag between every module name