Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy manifest causing collisions through CocoaPods #1665

Closed
nabs-m opened this issue Feb 8, 2024 · 1 comment
Closed

Privacy manifest causing collisions through CocoaPods #1665

nabs-m opened this issue Feb 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nabs-m
Copy link

nabs-m commented Feb 8, 2024

The 2.7.0 release added a privacy manifest, but its current setup with CocoaPods is causing collisions with other privacy manifest files as you can see below:

image

I believe this is because the PrivacyInfo.xcprivacy is referenced as a resource in the podspec instead of using resource_bundle. The latter would avoid collisions by putting the privacy manifest file in subfolders for each dependency, instead of going in the app bundle's root. More context on this here. I think the fix would be to simple swap resource with resource_bundle here.

@nabs-m nabs-m added the bug Something isn't working label Feb 8, 2024
@maxep maxep self-assigned this Feb 9, 2024
@maxep
Copy link
Member

maxep commented Feb 12, 2024

Fixed in 2.7.1

@maxep maxep closed this as completed Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants