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
Sam
06/16/2022, 3:02 PM
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