mramonlopez / cordova-plugin-file-downloader

Phonegap plugin to download a list of files or a single file to the phone, check consistency and unzip if necessary (Android and ios)
MIT License
23 stars 19 forks source link

PhoneGap Build - Failing Build for iOS? #7

Closed arctic-ice-cool closed 5 years ago

arctic-ice-cool commented 5 years ago

Whenever I'm building on PhoneGap Build or Xcode - it's failing with the following issue:

ld: 64 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

ARCHIVE FAILED

Removing this plugin from config.xml and it builds fine. It's also building fine for android?

If there's any information I can provide to help with this please let me know.

arctic-ice-cool commented 5 years ago

Found the cause to be hydration isn't compatible with this plugin - cost me 3 hours so placing this solution here incase it helps anyone else!