Open russcarver opened 5 years ago
Hi Russ,
If I had to guess I'd say it'll be one of the two dependancies: cordova-plugin-zip (most likely) or cordova-plugin-file (less likely IMO)
The cordova-plugin-downloader doesn't have any native code itself it's pure JavaScript so I think it's unlikely to cause linker errors by itself. But I know the zip and file plugin do have native code so I wonder if it's that.
How I would try to troubleshoot it is to remove cordova-plugin-downloader first and then add cordova-plugin-zip@3.1.0 and cordova-plugin-file@6.0.2 separately and then rebuild to see if the error re-occurs. Say zip triggers it - there might be a well known fix out there.
Let me know how it turns out. I see that cordova-plugin-zip latest version is still 3.1.0 which isn't particularly promising but there is a newer cordova-zip-plugin that might need swapping too.
What a nightmare cordova plugins are when not the official ones!
Thanks,
Ben.
I am trying to use this plugin today but there seem to be conflicts with another plugin that prevent an iOS build (I haven't tried Android yet). Here is my list of current plugins:
Here is my app system info:
Ionic iOS build error:
Can you provide any insights as to the conflicts?
--Russ