https://kotlinlang.org logo
x

xxfast

11/27/2021, 12:39 AM
Hi all, pretty new to ios kmm development. I’ve recently migrated my project from old
packForXCode
to
embedAndSignAppleFrameworkForXcode
, and ever since all the kotlin sources in my swift fails will
Copy code
error: ambiguous use of 'myKotlinClass'
Am no longer able to jump to definitions of any of my kotlin objects - and pretty sure something went wrong with the new linkages. Is there a way to debug this? using kotlin
1.5.31
well - ignore me. The ambiguity came from me not realising im exporting the same sources twice from different modules. Don’t do that 🙂 nothing to do with
embedAndSignAppleFrameworkForXcode