Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Fix code push dependency "cordova-plugin-advanced-http" AFNewtworking overriding #682

Closed
wants to merge 2 commits into from

Conversation

meiram-tr
Copy link

when installing cordova code push plugin, it install a dependency plugin "cordova-plugin-advanced-http". The "cordova-plugin-advanced-http" is using a local copy of AFNetworking with manual changes. when this plugin is playing together with other dependency that depends on https://cocoapods.org/pods/AFNetworking version 4.0 and above this plugin overides the real AFNetworking library files. I have created a fork of the "cordova-plugin-advanced-http" and fix the issue.
In order to make both library and this plugin together I replaced AFNewtworking files and classes names (in this code) to prevent conflicts with the real pod library. else it causes the apps to crash.

@meiram-tr
Copy link
Author

The PR is fixing issue #679

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant