You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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.
👟 Reproduction steps
add dependencies in pubspec.yaml file
appwrite: ^9.0.0
👍 Expected behavior
flutter run -d macos
launch success
👎 Actual Behavior
🎲 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?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: