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

Darwin installation #291

Closed
Solido opened this issue Mar 1, 2024 · 2 comments
Closed

Darwin installation #291

Solido opened this issue Mar 1, 2024 · 2 comments

Comments

@Solido
Copy link

Solido commented Mar 1, 2024

latest

Environment

  • OS: macos latest
  • cocoapods-1.15.2
  • flutter master

Describe the bug

[!] CocoaPods could not find compatible versions for pod "record_darwin":
  In Podfile:
    record_darwin (from `Flutter/ephemeral/.symlinks/plugins/record_darwin/macos`)

Specs satisfying the `record_darwin (from `Flutter/ephemeral/.symlinks/plugins/record_darwin/macos`)` dependency were found, but they required a higher minimum deployment target.

To Reproduce
pod install

My configuration target macos 11 but even trying different version fail.
I checked your pod spec that also target 11.

Maybe I missed something...

@llfbandit
Copy link
Owner

This package requires macos version 10.15.
Ensure that your podfile also set this minimum value. Take a look at the example if needed.

@Solido
Copy link
Author

Solido commented Mar 2, 2024

You nailed it, it forgot the podfile header!
Thank you for this package!

@Solido Solido closed this as completed Mar 2, 2024
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