If I have a KMM umbrella framework, can I include ...
# multiplatform
c
If I have a KMM umbrella framework, can I include another KMM subproject, which imports a cocoapod using the native.cocoapods plugin? When I try this I get a build error in Xcode:
Copy code
fatal error: module '<Cocoapod>' not found
But if I include the subproject directly (instead of via the umbrella framework) it works OK. Is it possible to do this using an umbrella framework?
v
Hi, how do you connect umbrella framework to Xcode project? As a pod? if so try to add a subproject pod as a dependency to your umbrella pod.