I know this issue is not your fault, but more an issue on the integration of 2 libraries.
What I wanted to know is what would be the best option to resolve those kind of issues. Is there some flag to use an existing version of minizip? Or would you try to remove one of the minizip directories?
After adding the plugin, I got an ld linking error:
This is probably because I already have this plugin installed: https://github.com/MobileChromeApps/cordova-plugin-zip, that also makes use of the minizip library.
Output of
find . -name "SSZipArchive*"
:I know this issue is not your fault, but more an issue on the integration of 2 libraries.
What I wanted to know is what would be the best option to resolve those kind of issues. Is there some flag to use an existing version of minizip? Or would you try to remove one of the minizip directories?
Thanks in advance, Jeroen