Perry
Perry
Oh, I think I'm wrong, the app developer could make the privacy manifest on their own. And here is content: https://github.com/ZipArchive/ZipArchive/blob/main/SSZipArchive/Supporting%20Files/PrivacyInfo.xcprivacy. But for maintenance reasons, I would not make the...
@hengkx @hujiang1 can you update to the latest version of this package? this should solve the problem after running `pod install`
> ```diff > diff --git a/node_modules/react-native-zip-archive/RNZipArchive.podspec b/node_modules/react-native-zip-archive/RNZipArchive.podspec > index 8eebcdc..1eada4c 100644 > --- a/node_modules/react-native-zip-archive/RNZipArchive.podspec > +++ b/node_modules/react-native-zip-archive/RNZipArchive.podspec > @@ -15,7 +15,6 @@ Pod::Spec.new do |s| > > s.dependency 'React-Core' >...
Can you attach the file you're using? It's hard to tell what's going wrong without the file and the code.
@ryanshepps great insights—thanks for putting in the effort on this! I was wondering if there are any alternatives to zip4j we could explore, since it’s no longer being actively maintained.