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 OAuth2 "Registration Not Complete"...
I'm getting a "Registration Not Complete" error when implementing Apple Sign In OAuth2 on self-hosted Appwrite. Environment: Self-hosted Appwrite (latest), iOS...
- Cannot use Apple Oauth2 in React Native/...
Hi! I've trying to add the Apple sign in feature into my Expo App. I followed the docs, but I still receiving the error "Cannot set 'location.href'". Can someon...
- Deeplinking/hosting apple-app-site-assoc...
I'm trying to implement deeplinking so that after a user logs in, they are redirected to the place in my app I want them to go. As far as I understand, I need a...