mramonlopez/cordova-plugin-file-downloader

PhoneGap Build - Failing Build for iOS?

Closed this issue · 1 comments

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.

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!