Hi,
I am trying to create a variable of type Color inside the swift data model in Xcode playground .
This gives me these errors :
No exact matches in call to instance method 'setValue'
No exact matches in call to instance method 'getValue'
No exact matches in call to instance method 'setValue'
What is the problem?
Post
Replies
Boosts
Views
Activity
Can anyone tell me how to use Swift Data and Core Data with playground?