Hello I have following issue with kotlin multiplat...
# multiplatform
k
Hello I have following issue with kotlin multiplatform on ios. We have ios application with ios module which connects kotlin multiplatform module via
embedAndSignAppleFrameworkForXcode
. If we add some multiplatform framework import in code, than we can use it, xcode shows possible functions etc. But if we try to run this app on real device, then we are receiving error that multiplatfrom framework is absent in the ipa (we unpack app and confirmed that framework is not included during build). Do you know how to solve it, or where to look for source of problems?
f
Compare your project with a new project from the android studio and check if you didn’t miss something (obviously)