Hi, does anyone know what dependency management to...
# ios
t
Hi, does anyone know what dependency management tool the iOS project is using, which is generated by KMP Project Wizard. I’m trying to debug when facing errors: “Undefined symbol: ...” which looks like the added 3rd party library in commonMain can't be found during Link process. Though the Compile Kotlin framework is successful🤔
In official documents we could integrate with cocoaPod or SPM, but I can't tell from the wizard project structure and gradle setting😅