appodeal / react-native-appodeal

Official React Native package that adds Appodeal SDK support to your react-native application.
https://appodeal.com
59 stars 37 forks source link

CocoaPods could not find compatible versions for pod "APDPubnativeAdapter" #35

Closed dylancom closed 4 years ago

dylancom commented 4 years ago

It could find version 2.6.3 but not 2.6.4.1 since the update. All the other adapters install correctly though.

[!] CocoaPods could not find compatible versions for pod "APDPubnativeAdapter":
  In Podfile:
    APDPubnativeAdapter (= 2.6.4.1)

None of your spec sources contain a spec satisfying the dependency: `APDPubnativeAdapter (= 2.6.4.1)`.
staskochkin commented 4 years ago

@dylancom Hey, we updated APDPubnativeAdapter. It should be available through CocoaPods main repo: APDPubnativeAdapter Try to run

pod update

If you problem still exists please reopen this issue.