Alex Koukarine
04/18/2025, 4:46 PMAlex Koukarine
04/21/2025, 7:57 PMAlex Koukarine
04/21/2025, 8:03 PMTimofey Solonin
04/22/2025, 9:54 AMwhich means the KMP doc on that is prob. flawedCan you please mention there which docs you have looked at, so that we know what docs we should improve. In general when you are consuming CocoaPods dependencies in your K/N code, you will have to integrate your K/N framework to the iOS project through CocoaPods: • Make sure you add the K/N framework
.podspec
to the Podfile
and use the pod install
-generated .xcworkspace
• The K/N framework .podspec
will be generated adjacent to your build.gradle.kts
• You will likely need to switch to static linkage in the K/N framework