Closed ximlu closed 11 months ago
I don't know if it is still maintained but there is now a built-in async version of accountStatus()
in Xcode 15's CloudKit framework.
I am unfortunately unable to maintain this project moving forward. If you would like to fork and maintain it, please reach out.
Is this library no longer maintained? I encountered some issues when using it on the latest Xcode 15. For example, the compilation error when calling
func accountStatus()
and the warning aboutSendable
. I hope you can update it to be compatible with the latest Xcode version.