Has anyone using KMM managed to import the shared module into the test target on iOS? (i.e. swift un...
s
Has anyone using KMM managed to import the shared module into the test target on iOS? (i.e. swift unit tests) I have a class called
HelloWorld
defined in Kotlin, works perfectly from the main swift code but trying to call it from the test target just fails with this
Answered my own question, incase it's helpful to someone else, make sure the "Framework search paths" of your test target matches the one in your main app target