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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug Report: macOS Flutter version 3.10.0 [!] CocoaPods could not find compatible versions for pod "flutter_web_auth_2": #147

Closed
2 tasks done
makao007 opened this issue May 11, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@makao007
Copy link

makao007 commented May 11, 2023

馃憻 Reproduction steps

add dependencies in pubspec.yaml file
appwrite: ^9.0.0

馃憤 Expected behavior

flutter run -d macos
launch success

馃憥 Actual Behavior

Resolving dependencies of `Podfile`
  CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only performed in repo
  update
[!] CocoaPods could not find compatible versions for pod "flutter_web_auth_2":
  In Podfile:
    flutter_web_auth_2 (from `Flutter/ephemeral/.symlinks/plugins/flutter_web_auth_2/macos`)

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

馃幉 Appwrite version

Version 2.0.x

馃捇 Operating system

macOS 12.6.5

馃П Your Environment

Flutter 3.10.0
Dart SDK version: 3.0.0
macOS 12.6.5

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@makao007 makao007 added the bug Something isn't working label May 11, 2023
@arrowxpr
Copy link

Had to downgrade back to 3.7.12!

@lohanidamodar
Copy link
Member

@makao007 Thanks for raising the issue.
As you can see from the error here Specs satisfying the flutter_web_auth_2 (from Flutter/ephemeral/.symlinks/plugins/flutter_web_auth_2/macos) dependency were found, but they required a higher minimum deployment target. you need higher minimum deployment target. For macOS 10.15+ is required. I'll make sure we update the SDK readme and documentation to mention this.

@zachary-russell
Copy link

I was able to resolve this by making the minimum deploy target to MacOS 11, this can be done though xcode.

@lohanidamodar
Copy link
Member

This is just a version requirement mismatch. Which is now also mentioned in our Appwrite for Flutter official guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants