Jagtej Sodhi
06/02/2024, 3:42 PMAnsaCore
) 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?Jagtej Sodhi
06/02/2024, 3:42 PMAnsaShared
is included in AnsaCore
via a Swift package that points to the AnsaShared.xcframework.