Skip to content
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

Cocoa pods error preventing build #15

Open
marcuslma opened this issue Aug 12, 2020 · 5 comments
Open

Cocoa pods error preventing build #15

marcuslma opened this issue Aug 12, 2020 · 5 comments

Comments

@marcuslma
Copy link

Hello,
Since the current stable release of Flutter the following error is happening:

Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Amplitude":
  In snapshot (Podfile.lock):
    Amplitude (= 5.1.0)

  In Podfile:
    amplitude_flutter (from `.symlinks/plugins/amplitude_flutter/ios`) was resolved to 0.0.1, which depends on
      Amplitude (= 5.2.1)


You have either:
 * changed the constraints of dependency `Amplitude` inside your development pod `amplitude_flutter`.
   You should run `pod update Amplitude` to apply changes you've made.

Could you help me?

@brianschardt
Copy link

same issue

@haoliu-amp
Copy link
Contributor

Pls try to add platform :ios, '10.0' to your Podfile.

@jacobokoenig
Copy link

Pls try to add platform :ios, '10.0' to your Podfile.

This line is not playing nice with some of my other dependencies.. Is there any way to run amplitude with 9.0?

@localboss-git
Copy link

Pls try to add platform :ios, '10.0' to your Podfile.

Didn't change the result, still giving error. Did someone fix it?

@HaoCherHong
Copy link

try run

pod update Amplitude

in your ios folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants