Hello, I have project with multiple modules, among...
# multiplatform
m
Hello, I have project with multiple modules, among them there is
shared
module that depend on (almost) all other modules. When building
UniversalFramework
it's headers doesn't contain classes from submodules unless exposed in shared API. Any idea how to make all classes visible to iOS?
1