[SOLVED] I’m getting the error `error: no such mod...
# multiplatform
c
[SOLVED] I’m getting the error
error: no such module 'KotlinCommon'
while building for Bitrise tests. Tests run fine locally on simulator and device. I have a kotlin module in my iOS app, using the cocoapods plugin. Module seems to build fine with BUILD SUCCESSFUL Any ideas?
I needed to add the framework in xcode. Not sure why it was working locally?