I'm trying to implement my first SwiftUI project. After following the installation process of the Start with Apple page, I get the error when hitting the run button on the xcode project;
Instance member 'onRegister' cannot be used on type 'Appwrite'; did you mean to use a value of this type instead? in the ContentView.swift section.
I would greatly appreciate any suggestion.
Adriaan
Recommended threads
- TSL Certificate Issues
Hi Appwrite Discord Community, I got a problem with my Self-Hosted instance. I only want, that I can use my programm with the Appwrite Backend without .selfSig...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- macOS app: OAuth flow doesn’t start
Hi Appwrite team, I’m integrating the Appwrite Swift SDK into a macOS app and am hitting an environment/runtime issue when starting OAuth. App architecture • ...