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
- 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...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...