-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"duplicate symbols" related to AFNetworking #190
Comments
Additionally, when I remove |
Hello @hughknaus, We have a forked version of Regards, |
@zafirskthelifehacker Thank you, I'll give it a try today. |
@zafirskthelifehacker with spoonconsulting/cordova-plugin-advanced-http#3 we were able to get a build and the app runs! A step in the right direction. We have to do some additional testing to do on our side but it definitely looks promising! Thanks again. |
Hello @hughknaus, Great to hear that. After you complete the tests, can you try to merge this PR(spoonconsulting/cordova-plugin-advanced-http#3) on the base repository(https://github.com/silkimen/cordova-plugin-advanced-http)? Thanks. Regards, |
We have already created a PR there: silkimen/cordova-plugin-advanced-http#459. Try to see if it can be merged. Regards, |
Just merged your PR. It's fixed in cordova-plugin-advanced-http v3.3.1 👍 |
I upgraded from 1.1.0 to 2.0.7 for Android. I'm now working on upgrading the iOS side from
cordova-ios@5.1.1
tocordova-ios@6.2.0
.cordova-plugin-background-upload@2.0.7
has a requirement to installcocoapods
, which required an upgrade in ruby for us. I also installed rubygems forbundler
andfastlane
. The iOS build results in "duplicate symbols" errors:I found that
cordova-plugin-advanced-http
is currently referencing the AFNetworking (albeit renamed to SM_AFNetworking) and the imports in this plugin might be causing the "duplicate symbols", has anyone else ran into this and found a resolution? Cross reference issue oncordova-plugin-advanced-http
: silkimen/cordova-plugin-advanced-http#435The text was updated successfully, but these errors were encountered: