S K
01/24/2025, 11:06 AMsharedC
, sharedP
, sharedI
) in such a way that sharedC
implements an interface defined in sharedI
, and sharedP
uses the interface of sharedC
as a type. However, I am facing a type-casting issue when trying to pass objects from sharedC
to sharedP
in your Xcode project.
Can any one help me.Michael Krussel
01/24/2025, 1:29 PMsharedC
, sharedP
, and sharedI
then each gets its own copy of all the classes and interfaces shared. Only primitives and functions are shared.
I cannot find the documentation for this right now, but the solution is you need to create an umbrella module that builds all three modules into a single framework.