This workaround is not perfect. Still need Apple Fix this.
check optional is annoying.
Post
Replies
Boosts
Views
Activity
After changed this:
CloudKit integration requires that all attributes be optional, or have a default value set. The following attributes are marked non-optional but do not have a default.
-_-!
Not work on TestFlight version 3.2.3 too.
I just get the same error now.
Thanks to your time, I finally found the problem: I am using ARKIT for face tracking , sometimes face is not tracked, at the moment, doing the add/remove node caused the crash.
Thanks very much, without call
playlist.with([.tracks])
It works!
Have the same problem here , cann't update live activity from background
try this:
Open your app’s Info.plist file and add an entry with the key NSSupportsLiveActivities of type Boolean with the value YES.
Don't disable bitcode in "Project", only disable in "TARGETS" , My project has watch app, still works.