Hey folks, I'm building a thin native iOS SDK (nam...
# multiplatform
j
Hey folks, I'm building a thin native iOS SDK (named
AnsaCore
) around our KMP SDK (named
AnsaShared
) (to abstract KMP <> Swift issues). I'm adding the generated
AnsaShared
xcframework as a dependency to
AnsaCore
. I want some the public APIs from
AnsaShared
to be exposed in
AnsaCore
. However, when adding the
AnsaCore
Swift package to a sample application, I get this attached error. Any idea how I can properly embed
AnsaShared
into
AnsaCore
such that it's available to the consuming application?
Note:
AnsaShared
is included in
AnsaCore
via a Swift package that points to the AnsaShared.xcframework.