I’m having a hard time transitioning a working KMP...
# multiplatform
j
I’m having a hard time transitioning a working KMP project from
embedAndSignAppleFrameworkForXcode
to cocoapods ( following docs at: https://kotlinlang.org/docs/native-cocoapods-xcode.html ). Whenever I try to launch the iosApp (both from within Android Studio and Xcode) it fails with:
ld: framework not found Pods_iosApp
. It seems the linker cannot find the framework generated by cocoapods? Any idea how to debug this?
1