Apr 16, 2024
Probably the cause of the problem is that the pod should include the privacy file as resource bundle:
e.g.:
s.resource_bundles = {
'Lottie_Privacy' => ['Sources/PrivacyInfo.xcprivacy'],
}
Maybe this Thread on GitHub helps: https://github.com/CocoaLumberjack/CocoaLumberjack/issues/1408
Which cocoapod causes your problem?