I'm trying to write unit tests in Xcode for the iO...
# multiplatform
j
I'm trying to write unit tests in Xcode for the iOS portion of my KMM app, but when I run the tests, I get an error indicating that the auto-linked framework "shared" (which is the name of my Kotlin CocoaPods framework) cannot be found. I'm assuming that this issue is because the build settings of my testing target are somehow different than my app target, but I'm not sure where to go from there. Has anyone run into this issue before?