[@nativescript/zip] Version 7.0.0 crashes with "SSZipArchive is not defined" in iOS
I updated to the latest version of the zip plugin, and when I ran the part of our app that uses it, the app crashed saying "SSZipArchive is not defined."
I looked at the update, and it looks like the cocoapods file and the typings are gone for iOS, but SSZipArchive is still being referenced in the code.
The zip plugin seems to work on Android.
What cli version? “ns-v”
We use swift package manager now and are moving away from pods on all plugins. The embedded nativescript.config includes it. Would need to “ns clean” after adding the plugin to ensure Xcode picks it up.
I was running 8.9.2. And I did "ns clean" before running. Is there an extra step to updating the plugin to the new version?