Is there any proper solution to fixing the cocoapo...
# multiplatform
s
Is there any proper solution to fixing the cocoapod dependency not available in the
iosTest
due to the
linking
issue? I've tried various things but nothing seems to work. I went through all the past chats here and also @kpgalligan’s 2022 talk about it but the the test solution was still TBD in that one. It's frustrating not being to able to solve this after hours.
Copy code
:shared:linkDebugTestIosArm64 FAILED
Undefined symbols for architecture arm64:
It's also not clear whether I need either of these or they're outdated for Kotlin 2.x ?
Copy code
kotlin.native.cacheKind.X=none
OR
kotlin.mpp.enableCInteropCommonization=true
Any help would be greatly appreciated.
To give more information, I'm trying to use
pod("MediaPipeTasksText")
from here