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

Error installing #16

Closed
brianschardt opened this issue Aug 19, 2020 · 2 comments
Closed

Error installing #16

brianschardt opened this issue Aug 19, 2020 · 2 comments

Comments

@brianschardt
Copy link

I think very similarly to the issues reported. I have different error messages.

CocoaPods' output:
↳
      Preparing
    Analyzing dependencies
    Inspecting targets to integrate
      Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)
    Finding Podfile changes
      A amplitude_flutter
      - Firebase
      - Flutter
      - firebase_messaging
      - google_sign_in
      - google_sign_in_web

...

Error output from CocoaPods:
↳
    [!] Automatically assigning platform `iOS` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

flutter version

Flutter (Channel stable, v1.17.5, on Mac OS X 10.15.5
    19F101, locale en-US)
@haoliu-amp
Copy link
Contributor

I guess you need to specify the platform number in the Podfile

platform :ios, '10.0'

@haoliu-amp
Copy link
Contributor

duplicate with #15

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

2 participants