Post

Replies

Boosts

Views

Activity

Comment on A navigationDestination for <App.Entity> was declared earlier on the stack. Only the destination declared closest to the root view of the stack will be used.
thanks, that worked. I'd been splitting out each section on a list to a separate struct file each with their own navigationDestinations so it makes it a bit messy to do this way but that definitely gets rid of the errors and makes scrolling a lot smoother, so looks like ill need to find a better design pattern.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22
Comment on CoreData + CloudKit: Cocoa-Error 134419
I have a feedback assistant entry logged: FB10392936. if u are getting the same, please log one also and reference mine, so they can get more info on it
Replies
Boosts
Views
Activity
Aug ’22
Comment on CoreData + CloudKit: Cocoa-Error 134419
same issue. in my case it's about 150mb of data, 1.5million records.
Replies
Boosts
Views
Activity
Aug ’22
Comment on A navigationDestination for <App.Entity> was declared earlier on the stack. Only the destination declared closest to the root view of the stack will be used.
thanks, that worked. I'd been splitting out each section on a list to a separate struct file each with their own navigationDestinations so it makes it a bit messy to do this way but that definitely gets rid of the errors and makes scrolling a lot smoother, so looks like ill need to find a better design pattern.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Charts: customising chartYAxis values
I think something like this would be an ideal solution but I was never able to get it to work to parse axis values either. Maybe someone who understands FormatStyle better can help us.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Allows external storage and iOS 12
is this fixed in iOS 15.4?
Replies
Boosts
Views
Activity
May ’22
Comment on NSPersistentCloudKitContainer - Import failed because applying the accumulated changes hit an unhandled exception
not solved in iOS 15.3 final either. seems it only happens when pulling down data from the private database in the cloud. i'm not getting these issues with the public database.
Replies
Boosts
Views
Activity
Feb ’22
Comment on NSPersistentCloudkitContainer Memory Leak -> Crash? (iOS 15 beta 4 & 5)
looks like rate limiting to me. basically impossible to sync a large amount of data in iCloud now
Replies
Boosts
Views
Activity
Jan ’22
Comment on How to delete container in CloudKit Dashboard?
just need a flag to get it out of the interface. don't have to delete it. gets confusing with so many junk containers - causes problems and lots of wasted time.
Replies
Boosts
Views
Activity
Oct ’21
Comment on NSPersistentCloudKitContainer with public database doesn't work and is poorly documented
it seems modifiedAt in iOS15 is now modifedTimpstamp. u need to have a Sortable index on that and queryable one recordName. But I also get the same "Custom zones are not allowed in public DB" when following the CoreData + Cloudkit doc.
Replies
Boosts
Views
Activity
Oct ’21