<decode: bad range for [%{public}s] got [offs:294 len:935 within:0]>

Suggestions on what is causing this? Where to look? Could it be related to having a CoreData 'abstract entity' that occurs in two configurations - one configuration for 'public' and one for 'private/shared'?

Replies

I got this error. It appears in my case that an array I was using to populate views with a ForEach loop increased in size over time and began to include duplicates. When I removed the duplicates from the array, these errors stopped.