James Bowler
02/13/2025, 10:24 PMDavid Nedrow
02/13/2025, 10:58 PMJames Bowler
02/13/2025, 11:00 PMJames Bowler
02/13/2025, 11:02 PMiosArm64 {
binaries.framework {
baseName = "ComposeApp"
isStatic = true
like
linkerOpts += listOf(
"-F", test,
"-framework", "Test",
"-rpath", test
)
David Nedrow
02/13/2025, 11:04 PMDavid Nedrow
02/13/2025, 11:06 PMJames Bowler
02/13/2025, 11:08 PMDavid Nedrow
02/13/2025, 11:10 PMlinkerOpts
section you posted.
So, you build the static library using gradle, and then you add a reference to it in your Xcode project and try a build in Xcode, correct?David Nedrow
02/13/2025, 11:12 PMJames Bowler
02/13/2025, 11:14 PMDavid Nedrow
02/13/2025, 11:20 PMJames Bowler
02/13/2025, 11:21 PMJames Bowler
02/25/2025, 11:14 PM