As a followup to my message from yesterday, is the...
# ios
g
As a followup to my message from yesterday, is there a way to import another module that makes use of cocoapods and have anything link correctly? e.g. I have my
shared
module that is consumed by an iOS and Android app that imports another KMP module,
notifications
, that makes use of a local iOS framework with its own
podspec
. This StackOverflow answer seems to suggest duplicating pods and I’ve seen other answers that duplicate but add
linkOnly = true
to
pod()
, but I’m not really sure that will always work in my case. That will probably work if I use a remote pod, but I can’t seem to get it to work with a local pod.