I see the same message with a MacOS app where I add entries into an array that is @Published from a class and in place sort the array after the append. The array is bound to swiftui List. The message comes up randomly when adding rows to the array (via a button click). If I comment out the sort, then the warning does not appear.
At a guess for me, appending to the array causes and objectWillChange, the sort similarly generates an objectWillChange and some sort of race condition is happening under the covers in which the append, sort and gui updates, probably running on different threads, are tripping over each other ?? Something like before the gui has finished updating, the underlying data is changing. Looks like a compiler issue that we have to hope is fixed BEFORE it becomes an assert that crashes apps....
Post
Replies
Boosts
Views
Activity
I have been getting the same console error in my app that processes a PVR recording.
` [aqme] MEMixerChannel.cpp:1639 client <AudioQueueObject@0x11bc31000; Unknown FigPlayer; [0]; play> got error 2003332927 while sending format information
Apple AV core media seems unable to smoothly handle anything but "perfect" AV streams.
At least this one does not cause the spinning beach ball (well, yet, anyway)...