darkmoon_uk
10/11/2024, 2:48 AM2.0.21
?
I'm following these instructions; which state to set the deploymentTarget
using the target name, like this:
cocoapods {
iosArm64.deploymentTarget = "13.5"
}
...but even though I have every Kotlin/KGP version set to "2.0.21", I can't resolve the iosArm64
symbol here; only plain ios
i.e
cocoapods {
ios.deploymentTarget = "13.5"
}
I've verified that I'm resolving the 2.0.21
artifact but iosArm64
is not a member of this extension. What gives? Is the documentation wrong?darkmoon_uk
10/11/2024, 3:10 AMdarkmoon_uk
10/11/2024, 4:15 AMiosArm64
is an extension method; neither the IDE or Documentation hint at it...darkmoon_uk
10/11/2024, 12:28 PM2.0.21
.
Can't understand what the documentation is saying.darkmoon_uk
10/11/2024, 1:06 PMios.deploymentTarget = "16.0"
but I still can't reconcile this with the documentation which just seems wrong.François
10/12/2024, 7:20 AMdarkmoon_uk
10/12/2024, 7:21 AMFrançois
10/12/2024, 7:21 AMdarkmoon_uk
10/12/2024, 7:21 AMdarkmoon_uk
10/12/2024, 7:21 AMFrançois
10/12/2024, 7:21 AMdarkmoon_uk
10/12/2024, 7:22 AMFrançois
10/12/2024, 7:22 AMdarkmoon_uk
10/12/2024, 7:22 AMFrançois
10/12/2024, 7:23 AMdarkmoon_uk
10/12/2024, 7:24 AMdarkmoon_uk
10/12/2024, 7:24 AMdarkmoon_uk
10/12/2024, 7:24 AMFrançois
10/12/2024, 7:25 AMFrançois
10/12/2024, 7:25 AMdarkmoon_uk
10/12/2024, 7:26 AMembedAndSign
integration path after that ☺️François
10/12/2024, 7:29 AMFrançois
10/12/2024, 7:29 AMdarkmoon_uk
10/12/2024, 7:30 AMdarkmoon_uk
10/12/2024, 7:30 AMdarkmoon_uk
10/12/2024, 7:30 AMFrançois
10/12/2024, 7:37 AMFrançois
10/12/2024, 7:37 AMdarkmoon_uk
10/12/2024, 7:43 AMdarkmoon_uk
10/12/2024, 7:43 AMdarkmoon_uk
10/12/2024, 7:43 AMdarkmoon_uk
10/12/2024, 7:44 AMFrançois
10/12/2024, 7:44 AMdarkmoon_uk
10/12/2024, 7:44 AMFrançois
10/12/2024, 7:45 AMdarkmoon_uk
10/12/2024, 8:33 AM.xcproj
compilation via xcrun
• Generate the necessary .def
file for Cinterop
• Enable the above for all supported Apple-platform 'sub-targets' e.g. ios, tvos etc.
...in short, it just takes away the 'heavy Gradle code' you'd otherwise end up hand-cranking.darkmoon_uk
10/12/2024, 8:34 AMFrançois
10/12/2024, 8:36 AMdarkmoon_uk
10/12/2024, 8:44 AMdarkmoon_uk
10/12/2024, 1:01 PMswift-klib-plugin
my goodness that was so much easier and more straightforward than Cocoapods integration. Kudos to @Evegenii Khokhlov!