Xcode Build Fails with TensorFlowLite on Kotlin Multiplatform: ld: framework ‘TensorFlowLiteC’ not found
I am developing a Kotlin Multiplatform project that includes TensorFlow Lite for both iOS and Android targets. I can install CocoaPods and use TensorFlow Lite within iOS, but when I attempt to access it from Kotlin Multiplatform, my Xcode build fails. Below is the relevant configuration from my build.gradle.kts for the shared module: