I just noticed the following code: https://github.com/appwrite/sdk-for-swift/blob/d1c25a9242355c3bcebf17c5187aad46389692d1/Sources/Appwrite/PackageInfo/Windows/PackageInfo%2BWindows.swift
And I noticed that the getVersionJson() is duplicate of the linux one and calling "/proc/self/exe" which seems to be a linux command. Is this tested?
I'm not sure...most of us have Mac or Linux...also, we usually use the SDK in Appwrite Functions which would be in Linux 😅
Are you running into errors?
Recommended threads
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- API returned 400
Hey, since I upgraded to Docker Engine v29 on macOS, I keep getting errors `time="2025-11-26T22:33:36Z" level=error msg="Provider connection error Error respons...
- AnyCodable not exposed in iOS SDK
I want to write some convenience functions for Teams.list() but the problem is, that I can't use the default <[String : AnyCodable]> as a return type for my con...