Just create a flutter project for Mac desktop and add appwrite to yaml. And Try to run it.
π Expected behavior
The project is compiled.
π Actual Behavior
If I let my pod version to 10.14 :
There are some errors for pod version.
compiling for macOS 10.14, but module 'flutter_web_auth_2' has a minimum deployment target of macOS 10.15: /Users/build/macos/Build/Products/Debug/flutter_web_auth_2/flutter_web_auth_2.framework/Modules/flutter_web_auth_2.swiftmodule/arm64-apple-macos.swiftmodule
import flutter_web_auth_2
If I change my pod version to 10.15:
error: compiling for macOS 10.14, but module 'device_info_plus' has a minimum deployment target of macOS 10.15: /build/macos/Build/Products/Debug/device_info_plus/device_info_plus.framework/Modules/device_info_plus.swiftmodule/arm64-apple-macos.swiftmodule
I tested my project on different platform (Ios, web, Android) and I get error only on MacOs
π² Appwrite version
Version 2.0.x
π» Operating system
MacOS
𧱠Your Environment
I had this error on appwrite: 11.0.1
But If I test on appwrite: 10.0.1 I had this issue too.
π Have you spent some time to check if this issue has been raised before?
π Reproduction steps
Just create a flutter project for Mac desktop and add appwrite to yaml. And Try to run it.
π Expected behavior
The project is compiled.
π Actual Behavior
If I let my pod version to 10.14 :
There are some errors for pod version. compiling for macOS 10.14, but module 'flutter_web_auth_2' has a minimum deployment target of macOS 10.15: /Users/build/macos/Build/Products/Debug/flutter_web_auth_2/flutter_web_auth_2.framework/Modules/flutter_web_auth_2.swiftmodule/arm64-apple-macos.swiftmodule import flutter_web_auth_2
If I change my pod version to 10.15: error: compiling for macOS 10.14, but module 'device_info_plus' has a minimum deployment target of macOS 10.15: /build/macos/Build/Products/Debug/device_info_plus/device_info_plus.framework/Modules/device_info_plus.swiftmodule/arm64-apple-macos.swiftmodule
I tested my project on different platform (Ios, web, Android) and I get error only on MacOs
π² Appwrite version
Version 2.0.x
π» Operating system
MacOS
𧱠Your Environment
I had this error on appwrite: 11.0.1 But If I test on appwrite: 10.0.1 I had this issue too.
π Have you spent some time to check if this issue has been raised before?
π’ Have you read the Code of Conduct?