链接已复制
Did you try to add it as a git repo plugin? I just did that, see the image below. Unfortunately, this is a MASSIVE git repo (750MB) so it takes a very long time to add it (especially dependent on your network connection). It might work better to download the ZIP and then add it as a local plugin. Here's the link to the downloads in that repo > https://bitbucket.org/appodeal/appodeal-cordova-plugin/downloads, I presume they mean for you to use the "master" branch and not the "ios" branch (the master contains code for an iOS build).
There's a binary file in the libs directory named Appodeal that is 491MB in size, which is the reason the repo is so big. I believe this is meant for use with Android, but it may cause troubles with the build, since you will probably end up with too large a package for building. It certainly won't fit into an APK. I tried a quick build with Android and it uploaded and attempted to build but failed with an odd error message. I did not try an iOS build.
Here's how you retrieve it directly from their git repo. Otherwise, if you download the ZIP, unzip and then choose "Import local plugin" and point to the "plugin.xml" file inside the unzipped directories.
Hi
thanks for reply
i want to build thisvia ios ... and i already donwload the file and add it locally but it fail (CLI 4.1.2 and CLI 5.1.1)
for android there is no problem their plugin for android are https://github.com/appodeal/Appodeal-PhoneGap-plugin.git and https://github.com/appodeal/PhoneGap-GooglePlayServices.git and it wroks perfectly
but for the ios even if i add it locally ... it not work
it's really important ... i try to contact them and it seem that they are slow :(
ld: 29 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
It appears that you are including duplicate plugins. What plugins are you including?
