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🤔
T8522192
07/31/2024, 4:49 AM
In official documents we could integrate with cocoaPod or SPM, but I can't tell from the wizard project structure and gradle setting😅