Oh I see you are using cocoapods. I haven't used pods in a while but I remember you had to run pod install and then run the podFrameworks gradle tasks to generate podframeworks and so on. But yeah, the current kmp template generated in the website , if using cocoapods, you have to tweak it a little bit.
s
Saul
06/05/2024, 12:06 AM
Whats is the podFrameworks gradle task command?
p
Pablichjenkov
06/05/2024, 12:18 AM
When you apply the cocoapods plugin to your KMP project. It adds a couple of gradle tasks to it. Go to the Gradle panel in the right tab, look for your project and look for cocoapods tasks. There should be one to generate the pod spec file and one for the pod frameworks
Pablichjenkov
06/05/2024, 12:22 AM
You run that task and open your cocoapods project in Xcode and it should work. Notice when using cocoapods. In Xcode you open your project using the