Post

Replies

Boosts

Views

Activity

Reply to How to play Music Videos with MusicKit for Swift?
Is there any update on that with iOS 18?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode 15 beta 5 missing cascade property option in @Relationship(.cascade) error.
I had the same problem with the broken CloudKit sync. I solved it by changing code like var bar: Bool = true to var bar: Bool!. However, now you have to make sure that a value is set in the constructors. So not really the best solution from my point of view. But it seems to work at least.
Replies
Boosts
Views
Activity
Aug ’23