Why Your SwiftData iCloud Sync is Not Working
azamsharp.teachable.com/courses/azam...
#iosdev #swiftdata
Latest posts tagged with #swiftdata on Bluesky
Why Your SwiftData iCloud Sync is Not Working
azamsharp.teachable.com/courses/azam...
#iosdev #swiftdata
Having a nightmare with Share Extensions and #SwiftData only to find out the it wasn't failing to fetch the data... I was trying to render a list inside a list. Two days that's lost me fighting with Gemini and ChatGPT.
Now to see what I can unpick the monster I've hacked together.
The SwiftUI Architecture book just crossed 100+ copies sold.
No publisher.
No launch team.
No marketing machine.
Just iOS developers who care about building scalable apps the right way.
Grateful for the support π
azamsharp.school/swiftui-arch...
#iosdev #swiftui #swiftdata
Why Your SwiftData iCloud Sync is Not Working
youtu.be/hAn1_s-sY-w
#iosdev #swiftui #swiftdata
Mark your calendars!!
I am giving a free 2-3 hour session on SwiftData on Feb 28 at 10:00 AM CST.
We will cover:
- SwiftData Architecture
- Relationships
- Testing
- CloudKit
Link: www.youtube.com/live/dO8BN8j...
#iosdev #swiftui #swiftdata
Just wrapped up the first chapter of #SwiftData Architecture π
While I write the rest of the chapters, you can dive into SwiftUI Architecture, already published and packed with real world patterns for building scalable apps:
azamsharp.school/swiftui-arch...
The iOS Weekly Brief β Issue #48
iosweeklybrief.com/p/the-ios-we...
#TheiOSWeeklyBrief #iOS #Swift #SwiftUI #SwiftData #Xcode #Apple #iOSDeveloper
πΎ πΊππ‘π‘πππ ππ‘πππ‘ππ π€ππ‘β ππ€πππ‘π·ππ‘π ππ πππ 26 by Josh Steele
Looking to adopt SwiftData? This guide explores the core concepts and shows how it fits into modern iOS architecture.
#SwiftData #iOSDev
www.kodeco.com/49976785-get...
If Youβre Not Versioning Your SwiftData Schema, Youβre Gambling
azamsharp.com/2026/02/14/i...
#iosdev #swiftdata
The iOS Weekly Brief β Issue #47
vladkhambir.substack.com/p/the-ios-we...
#TheiOSWeeklyBrief #iOS #Swift #SwiftUI #SwiftData #Xcode #Apple #iOSDeveloper
Before you can share iPhone app data between users, you have to prepare the data. This video shows how to encode relational SwiftData into JSON and make it ready for user to user sharing without CloudKit. youtu.be/TPGn2pJjfis #SwiftData #Sharing
Iβve tried the new OpenAI Codex integration in the Beta version of Xcode 6.3 and used it on an existing project. Part 2 of a seriesβ¦
#Xcode #swift #swiftUI #swiftData
open.substack.com/pub/backtoso...
Iβve tried the new OpenAI Codex integration in the Beta version of Xcode 6.3 and used it on an existing project. Part 1 of a seriesβ¦
#Xcode #swift #swiftUI #swiftData
open.substack.com/pub/backtoso...
πΎ π΄ π·πππ π·ππ£π πππ‘π ππ€πππ‘π·ππ‘π ππππππ‘ππππ by Donny Wals (@donnywals.bsky.social)
Which schema changes need manual migrations versus automatic handling? Exploring boundaries between automatic reshaping and bridge versions.
#SwiftData #Swift #iOSDev
www.donnywals.com/a-deep-dive-...
SwiftData Workshop is back!
Learn about architecture, relationships, testing and even iCloud integration.
Register:
azamsharp.teachable.com/p/swiftdata-...
#iosdev #swiftdata #swiftui
In practice, my solution was toΒ wipe the CloudKit zone and start freshΒ (yes, I shouldβve exported the data firstβ¦ I forgot π
).Lesson learned.#iOS
#SwiftData #CloudKit #Sync #Apple
I am hosting a 3 hour workshop on SwiftData on February 6 11:00 AM CST.
We will cover the *right* architecture, testing, relationships and even iCloud integration.
This is the best workshop on #SwiftData. Don't miss it!
azamsharp.teachable.com/p/swiftdata-...
#iosdev #swiftdata #swiftui
Has anyone had success using #SwiftLang new #Observations with 6.2 strict concurrency to track #SwiftData #Model properties outside of #SwiftUI?
Itβs mind-blowing how easy persistence is with #SwiftData. π€―
Just annotate your class with @Model, throw in a @Query in your View, and youβre done.
I built a fully functional Notes app with barely any boilerplate code. It just feels like magic. β¨
#SwiftUI #iOSDev
github.com/yokobuto/Not...
And here is the blog post with some background information on the app.
smork.info/blog/posts/s...
#ios #swift #swiftui #swiftdata #swiftcharts
Can anyone (@twostraws.bsky.social @mecid.bsky.social @fatbobman.com @donnywals.bsky.social et al) help with some #Observations problems. I am trying to link a calculation method to modification of a few #SwiftData #Model types specific properties.
TIL - working with #SwiftData / #CloudKit today - Need to manually add an index on a record type so that the CloudKit console can be used to query records! This one got me too π
Thankfully, I found a video on YT - youtu.be/z6vB6pZV5-s?... which was a lifesaver!
In the final part of my Rich Notes App series, weβre adding categories, sorting, and filtering with SwiftData plus a few finishing touches to make it shine.
Watch here: youtu.be/UUvgm9-yltE
#SwiftUI #SwiftData #SwiftDevelopment @AttributedString
My "Cute 1 Minute Workout App" iOS Development Diary
Step 9: I don't get GRDB
#GRDB feels amazing, thanks for the hint @vincefried.bsky.social to use it instead of #SwiftData.
However I don't get why read calls can be async but write calls can not π€
#BuildInPublic #IndieDev #iOS
Just published a full walkthrough on building a #SwiftData backed notes app using our rich text editor from part one. We cover models, CRUD, navigation, previews, and how #AattributedString is stored as JSON in SQLite. Give it a watch. youtu.be/SL8yxBGuTuo
Initial implementation of indexing AppEntities backed by #SwiftData in spotlight - always nice to see an old library making it simpler (FetchDescriptorObserver). gist.github.com/juanarzola/1...
Itβs kinda fun that you can go from a local app to a multi-platform client/server app using #SwiftUI and #SwiftData with very few changes to your data model and with no changes to the APIs you call
#SwiftLang #BuildInPublic #Technology #Apple #CloudKit #Apps
Today's mystery:
gist.github.com/juanarzola/c...
This code is an extension factory method on FetchDescriptor that builds a FetchDescriptor that fetches a #SwiftData model by UUID, if the model conforms to UUIDString.
A note of the PersistentIdentifier doc. It reads "Decoded PersistentIdentifier and identifiers created by the DefaultStore are not considered equivalent".
"I wonder why my sorting/grouping logic breaks when I combine model IDs from freshly-fetched #SwiftData objects with cached IDs"
because gotcha, id identity doesn't survive coding
developer.apple.com/documentatio...
but don't worry ids, have real ids in them (`id.id`).
such an intuitive API