🧠 𝐶𝑜𝑟𝑒 𝐷𝑎𝑡𝑎 𝐴𝑔𝑒𝑛𝑡 𝑆𝑘𝑖𝑙𝑙 by Antoine van der Lee (@avanderlee.com)
Working on an app with 𝐶𝑜𝑟𝑒𝐷𝑎𝑡𝑎? This open-source AI skill guides your agents to follow well-established patterns.
#CoreData #Swift #AI
www.avanderlee.com/ai-developme...
I just published They Asked Me ‘How Do You Abstract Your Data Layer?’ medium.com/p/they-asked...
#iOSDevelopment #Swift #CleanArchitecture #RepositoryPattern #iOSInterview #MVVM #SwiftUI #Combine #SwiftConcurrency #MobileDevelopment #SoftwareArchitecture #TechInterview #iOSDev #CoreData #URLSession
And here is the blog post detailing the changes.
smork.info/blog/posts/b...
#ios #swift #swiftui #coredata #cloudkit
And (better late than never) here is the blog post detailing the changes. It also includes some development background information in case you're interested.
smork.info/blog/posts/b...
#ios #swift #swiftui #coredata #cloudkit
I am still checking, butI think that I have encountered this:
developer.apple.com/forums/thr…
#CoreData presumably created a new CloudKit CKAsset field for an `externalStorage` property at runtime when it encountered an asset that is too large for the database. This causes ... 1/2
A picture showing an EOF stack. An RDBMS at the bottom, EOAccess which wraps the SQL above, then EOControl which manages the models, EOInterface which can bind stuff together, and finally AppKit, doing the actual presentation.
I think a key mistake people make when thinking about #CoreData or #SwiftData is primarily considering them a "storage technology". Yes, that is also a part and the thing SQLite wrappers etc also do. But the bigger thing is the "control" layer which maintains […]
[Original post on mastodon.social]
🚧 𝐶𝑜𝑟𝑒 𝐷𝑎𝑡𝑎 𝑀𝑖𝑔𝑟𝑎𝑡𝑖𝑜𝑛 𝐼𝑛𝑐𝑖𝑑𝑒𝑛𝑡 𝐴𝑛𝑎𝑙𝑦𝑠𝑖𝑠 - 𝑇ℎ𝑒 𝐻𝑖𝑑𝑑𝑒𝑛 𝑇𝑟𝑎𝑝𝑠 𝑊𝑒 𝑂𝑣𝑒𝑟𝑙𝑜𝑜𝑘𝑒𝑑 by @fatbobman.com
Core Data migrations can be a minefield. This article shares a war story about a migration that went wrong, and how you can avoid the same fate.
#CoreData #Migration #iOS
I've updated ManagedModels to use SwiftSyntax 601.0.1, which is available as a prebuilt binary. This brings down the build time of the ManagedToDos example from 1min 40s something to ... 7 seconds 🙂
(ManagedModels provides a #SwiftData like \@model macro for regular #CoreData) […]
I filed this feedback to make Enums better with SwiftData: FB19106719
@lucabernardi.com @curtclifton.net
I couldn’t find anyone working in the #CoreData or #SwiftData team so I ping you. Thanks you.
And here is the blog post detailing the changes.
smork.info/blog/posts/b...
#ios #swift #swiftui #coredata #cloudkit
💾 𝘏𝘰𝘸 𝘊𝘰𝘳𝘦 𝘋𝘢𝘵𝘢 𝘚𝘢𝘷𝘦𝘴 𝘋𝘢𝘵𝘢 𝘪𝘯 𝘚𝘘𝘓𝘪𝘵𝘦 by @fatbobman.com
Ever wondered what Core Data is doing under the hood? This deep dive will make you feel like a database wizard.
#CoreData
𝗦𝗻𝗮𝗽𝗽 𝗠𝗼𝗯𝗶𝗹𝗲 𝗶𝗢𝗦 𝗡𝗲𝘄𝘀𝗹𝗲𝘁𝘁𝗲𝗿 #𝟰𝟳 🧠
This week, we're all about AI! Well, almost. Enjoy!
💡 𝘖𝘱𝘢𝘲𝘶𝘦 𝘛𝘺𝘱𝘦𝘴 𝘪𝘯 𝘚𝘸𝘪𝘧𝘵
🚀 𝘌𝘷𝘰𝘭𝘷𝘪𝘯𝘨 𝘢 𝘊𝘰𝘥𝘦𝘣𝘢𝘴𝘦
💾 𝘊𝘰𝘳𝘦 𝘋𝘢𝘵𝘢 𝘚𝘢𝘷𝘪𝘯𝘨
🧠 𝘈𝘱𝘱𝘭𝘦 𝘍𝘰𝘶𝘯𝘥𝘢𝘵𝘪𝘰𝘯 𝘔𝘰𝘥𝘦𝘭𝘴
🛠️ 𝘔𝘓𝘟-𝘖𝘶𝘵𝘪𝘭
💬 𝘍𝘰𝘶𝘯𝘥𝘢𝘵𝘪𝘰𝘯𝘊𝘩𝘢𝘵
✨ 𝘚𝘱𝘢𝘳𝘬𝘭𝘦 𝘋𝘪𝘴𝘵𝘳𝘪𝘣𝘶𝘵𝘪𝘰𝘯
🦙 𝘖𝘭𝘭𝘦𝘩
#Swift #CoreData #AI
Looks like CloudKit won 🤣
Anyone with knowledge of CoreData + CloudKit, can help me with weird issue that drives me nuts? ♥️
#SwiftUI #Help #CoreData
// Derivation that works entries.@count // Derivation that doesn't seem to work SUBQUERY(entries, $entry, $entry.entityType == "BOTH").@count
I am working on trying to create some derived properties in my CoreData model to count the amount of entries for a tag based on entry type. I shared in the image the total count that is working but the subquery that is not working. Any help would be appreciated. #CoreData #iOSDev #BuildInPublic
Thanks for the reminder and great writeup about this, @corneliusmark.bsky.social 💡🙏
While I *technically* knew about this, I had honestly forgotten it behaves like this and it is quite important to be aware of this during development and testing! #iOSDev #CoreData
And here is the blog post detailing the changes.
smork.info/blog/posts/b...
#ios #swift #swiftui #coredata #cloudkit
Has anyone encountered such a problem? Do we really need to worry about it? It seems like some SwiftData internal problem, as there is no way to work around it as there is in #CoreData.
Undo support for #SwiftUI app with #CoreData
stefan.pauwels.ch/2025/03/25/undo-support-...
And here is the blog post detailing the changes. It also includes some development background information in case you're interested.
smork.info/blog/posts/b...
#ios #swift #swiftui #coredata #cloudkit
क्या आप जानते हैं iOS ऐप्स कैसे बनते हैं?
MVC पैटर्न से लेकर कोर डेटा तक, स्विफ्ट और रिएक्ट नेटिव के साथ बेहतरीन ऐप्स डेवलप करने के राज़ जानें!
#iOSDevelopment #techtips #appdevelopment #swift #reactnative #coredata #techinhindi #apple #iphone #iPhoneLaunch
If that fails, I’ll switch to #CoreData, as there are much more materials on how to deal with it, not to mention it’s a mature framework. Now it’s time to at last rest before the new week! ☺️
#BuildInPublic #IndieDev #iOSDev
All that made me think, maybe #CoreData would be a better choice, but at this point I’m a bit afraid to change everything. On the other hand, it’d be better to do it now than after the official release, I guess.
#Swift #iOSApp #AppDevelopment
Dear #coredata #swiftlang people. It’s been a while since I’ve had to deal with migrations. IIRC back then model versions were mandatory, otherwise the app would crash in production (while doing fine in development).
I have a Swift5 app with a #cloudkit backed CoreData db.
SwiftUI Previews with #CoreData is easier than ever thanks to the new PreviewModifier protocol introduced at this year's WWDC.
I've mistakenly always thought it would only work for #SwiftData but it turns out it's perfectly fine for Core Data too! 😀
I want 2 things from a persistence framework:
1. Let the UI observe what's in the store in real time
2. Query the store in an efficient way
I've been using #SwiftData in the last few weeks.
It's nice for 1, but lacks 2 😞
#CoreData is still way better imo (but verbose 😂)
Wow ok so #TIL that non optional types in Core Data can actually be nil! Looks like Strings and Ints can default to "" and 0, but if you use something like a Date or UUID it could just be nil at some stage in runtime 🤯
#swift #coredata #iOS #iosdev
stackoverflow.com/questions/44...
Should I use #SwiftData or #CoreData for a new feature in business-card.nfc.cool? The app has deployment target iOS17. I want to use CloudKit and make some basic CRUD operations. I could limit this feature to iOS 18 users. What's your opinion on this?
#iOSDev #SwiftUI #SwiftDev
I just had to pull up that song featuring @jamesdempsey again: https://youtu.be/-dY1S-txZpI?si=Ai7nC2wLCJcuWH4R&t=3628
#CoreData #EOF #SwiftData
I covered the hybrid use of CoreData and SwiftData and the conversion from CoreData to SwiftData in this article about Swift development. #Swift #SwiftData #CoreData #SwiftUI
backtosoftwaredevelopment.substack.com/p/converting...