appwrite / sdk-for-apple

[READ-ONLY] Official Appwrite SDK for Apple Devices 🍎
BSD 3-Clause "New" or "Revised" License
102 stars 27 forks source link

🐛 Bug Report: #17

Closed gussieIsASuccessfulWarlock closed 2 years ago

gussieIsASuccessfulWarlock commented 2 years ago

👟 Reproduction steps

When I use a callback to Appwirte in SwiftUI and try to sign in on the IOS simulator, I seem to get an error.

👍 Expected behavior

It should sign in to the user with the account.createSession(email: email, password: password) function.

👎 Actual Behavior

I seem to get the reoccurring error of "Appwrite/HTTPClientRequest+Cookies.swift:14: Fatal error: Unexpectedly found nil while unwrapping an Optional value." Does anyone know how to fix it?

🎲 Appwrite version

Version 0.10.x

💻 Operating system

MacOS

🧱 Your Environment

My environment is default running on localhost.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?