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

After updating to 3.0.7 on iOS I get: Multiple commands produce '.../PrivacyInfo.xcprivacy' #81

Open
lorenc-tomasz opened this issue Mar 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lorenc-tomasz
Copy link

react-native: 0.72.12
react-native-file-access: 3.0.7
Platform: iOS

Bug
After updating to 3.0.7 on iOS I get: Multiple commands produce '.../PrivacyInfo.xcprivacy'

To reproduce
Update to 3.0.7

Details
After updated to 3.0.7 iOS build started to fail with message that Multiple commands produce '.../PrivacyInfo.xcprivacy' in bundle. Reverting to 3.0.6 fixes the problem.

@lorenc-tomasz lorenc-tomasz added the bug Something isn't working label Mar 27, 2024
@lorenc-tomasz
Copy link
Author

This PR in ZIPFoundation fixes the issue: weichsel/ZIPFoundation#314

@alpha0010
Copy link
Owner

Whoops, I was just preparing essentially the same PR. Guess I should have checked there first. If you want to fix it now, you should be able to override locally by adding the following line to your ios/Podfile.

pod 'ZIPFoundation', :git => 'https://github.com/Westacular/ZIPFoundation.git', :commit => '7b8b9c9cb0'

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