customerio / customerio-reactnative

MIT License
23 stars 11 forks source link

CocoaPods could not find compatible versions for pod "customerio-reactnative/apn" #227

Closed darnfish closed 8 months ago

darnfish commented 8 months ago

After installing and setting up customerio-expo-plugin, I'm running into the following error when trying to build my app over Expo App Services. I've tried to reset the project/Pod cache to no avail.

[!] CocoaPods could not find compatible versions for pod "customerio-reactnative/apn":
  In Podfile:
    customerio-reactnative/apn (from `../node_modules/customerio-reactnative`)
None of your spec sources contain a spec satisfying the dependency: `customerio-reactnative/apn (from `../node_modules/customerio-reactnative`)`.
You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

package.json

    "customerio-expo-plugin": "^1.0.0-beta.13",
    "customerio-reactnative": "3",

yarn.lock

customerio-expo-plugin@^1.0.0-beta.13:
  version "1.0.0-beta.13"
  resolved "https://registry.yarnpkg.com/customerio-expo-plugin/-/customerio-expo-plugin-1.0.0-beta.13.tgz#181ed824dfab786c8c29b98ee6ef61c5d14052be"
  integrity sha512-GzlE5m77M3lw6QooSrsCMt7IooBGnxIprqbqsDEQ9Mu5n5YTkJwPlTHYiCzTHBI2bzjt9l0fOjvwxqIpLuk4mw==
  dependencies:
    find-package-json "^1.2.0"

customerio-reactnative@3:
  version "3.3.2"
  resolved "https://registry.yarnpkg.com/customerio-reactnative/-/customerio-reactnative-3.3.2.tgz#961027cf218f57c8fcadf57b897051b0fe9bd961"
  integrity sha512-W/NKlrUtpkNJTFxhfx3OG+ZBh+wbRPaA6BKN2q/v/YfbDcVJTwBoEUDl2mQtV3xkyA5bjN8GxUpYQk4jEIkxsQ==
darnfish commented 8 months ago

Moved to https://github.com/customerio/customerio-expo-plugin/issues/117