The error message I'm facing is: "Cannot find 'notificationType' in scope". This appeared immediately following the package installation. I'm not sure of the best approach to address this issue and would greatly appreciate any insights.(New app build)
In addition to the initial problem, I've also encountered a separate issue while trying to implement Appwrite in an existing build now targeting Vision OS. Specifically, I receive the error "Cannot find 'log2' in scope". This seems to be a unique challenge related to the Vision OS environment, and any advice on how to navigate this problem would be greatly appreciated.
Is Appwrite known to be fully compatible with Vision OS? If so, are there known solutions or workarounds for these types of errors?
I don't know much about swift but searching online suggests tweaking bridging headers. Have you tried that?
Recommended threads
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...