Open kbessemer opened 11 months ago
Currently the plugin does not support ios, it works on android only.
On Thu, Dec 7, 2023, 7:53 PM kbessemer @.***> wrote:
Plugin Version: 1.0.6 Capacitor Version: 3 Node Version: 16.20.2
Steps to reproduce: npx cap add ios
Error: [!] No podspec found for CapacitorPluginUnzip in ../../node_modules/capacitor-plugin-unzip
Solution: Renaming node_modules/capacitor-plugin-unzip to: node_modules/capacitor-zip
I noticed the .podspec file is names CapacitorZip.podspec inside the ios folder, I feel this needs to be renamed in the official repo to look for CapacitorPluginUnzip.podspec
— Reply to this email directly, view it on GitHub https://github.com/m3allimm4a4/capacitor-zip/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATFLKMJBRZBXXWXNBJ23KGDYIH7APAVCNFSM6AAAAABALOTQ7SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTCMRVHEYDAOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Plugin Version: 1.0.6 Capacitor Version: 3 Node Version: 16.20.2
Steps to reproduce: npx cap add ios
Error: [!] No podspec found for
CapacitorPluginUnzip
in../../node_modules/capacitor-plugin-unzip
Solution: Renaming node_modules/capacitor-plugin-unzip to: node_modules/capacitor-zip
I noticed the .podspec file is names CapacitorZip.podspec inside the ios folder, I feel this needs to be renamed in the official repo to look for CapacitorPluginUnzip.podspec