Hello! Our team is integrating the new <Kotlin App...
# multiplatform
j
Hello! Our team is integrating the new Kotlin Apple Privacy Manifests plugin into our KMP library and using KMMBridge to publish our CocoaPods. However, we consistently encounter the following error when publishing our Podspec:
Copy code
ERROR | [iOS] file patterns: The resource_bundles pattern for KotlinMultiplatformPrivacyManifest did not match any file.
We followed the instructions provided and checked the xcframework produced by KMMBridge, confirming that the
PrivacyInfo.xcprivacy
file is present. Any suggestions on how to fix this? Thank you!