Garrison Henkle
12/07/2023, 9:03 PMshared 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.