Add NSUbiquitousKeyValueStore.url(forKey:) #910
Comments
|
I tried to do that, it's my first contribution ever on open source project so don't judge it very hard |
Welcome to the project! |
I got CocoaPods (watchOS) job failed and the other ones on CocoaPods cancelled, and I tried to see what's the issue so I closed the PR |
|
The issue is probably because this class is not available for watchOS so we have to add an extra !os(WatchOS) ... |
You were right. thanks for help |


What did you do?
I tried to call
NSUbiquitousKeyValueStore.url(forKey:)because I know there is UserDefault.url(forKey:).What did you expect to happen?
I want to have this function in
NSUbiquitousKeyValueStore.What happened instead?
Did not find this function.
SwifterSwift Environment
Demo Project
I want to have the following function:
The text was updated successfully, but these errors were encountered: