Can anyone shed any light on how I would go about trying to make use of this fork of sdk-generator and this particular merge pull request:
https://github.com/svenopdehipt/sdk-generator/commit/51912b3b6c3f86a0e3b8cbb00607cadf365387e9
..to build a new version of https://github.com/appwrite/sdk-for-apple for use with VisionOS and my Appwrite cloud account.
The currently released https://github.com/appwrite/sdk-for-apple seems to fail when imported to a VisionOS target in Xcode. My working assumption is that if I can figure out how to use the sdk-generator then I can get up and running with VisionOS support in my Appwrite backed app using the above fork kindly created by https://github.com/svenopdehipt/.
The instructions for using are not that clear to me. Is it as simple as running the docker mentioned in the README.me here: https://github.com/svenopdehipt/sdk-generator and then regenerating the sdk-for-apple codebase that can be found at https://github.com/appwrite/sdk-for-apple ?
Recommended threads
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...