appwrite/sdk-for-apple

๐Ÿ› Bug Report: Not able to build Client SDK for ios

snr-lab opened this issue ยท 2 comments

๐Ÿ‘Ÿ Reproduction steps

I added sdk-for-apple as per the documentation but getting following error.

"Compiling for iOS 13.0, but module 'Appwrite' has a minimum deployment target of iOS 15.0"

I am adding appwrite to my existing application. I am afraid if I don't support till iOS 13, I will loose some valuable customer. Is it possible to support till ill iOS 13?

๐Ÿ‘ Expected behavior

Build should get success.

๐Ÿ‘Ž Actual Behavior

Build is failing

๐ŸŽฒ Appwrite version

Different version (specify in environment)

๐Ÿ’ป Operating system

MacOS

๐Ÿงฑ Your Environment

Cloud

๐Ÿ‘€ 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?

You could always make the API requests yourself. There's docs for the REST API here: https://appwrite.io/docs/references/cloud/client-rest/account

Hi @snr-lab, at the moment the SDK depends on features only available in iOS 15 and later