Post

Replies

Boosts

Views

Activity

Reply to (Swift + CloudKit) or (SwiftUi + Core Data + CloudKit)
It depends in so many factors, such as how many records you will have, if you need to be able to work offline, and so on. I have an App (private) that shared a large number of records using CloudKit and a local cache with coredata. Now I'm dividing that App in multiple Apps and I thing I will use a mix between full synchronize tables and cache tables, all sharing the same record zone. I would recommend that you start using only CloudKit, then you can start adding coredata for cache, if you realize that you need it.
Jun ’21
Reply to Xcode 12.3 failed on some 3rd framework and librarys?
Someone helped me with this instructions for the same problem with TwilioVoice.framework and it worked perfect. Maybe you can adapt the instruction for your frameworks. [https://github.com/twilio/twilio-voice-ios/issues/64#issuecomment-747186499) Basically you separate the framework in the platforms and then you join them again as xcframework. Finally, you include the new xcframework into your code.
Dec ’20
Reply to Big Sur
I have a Late 2012 iMac that works perfectly fine, with good CPU, RAM, etc..., and I can not understand why is not being supported by Big Sur. I am pretty sad, I would upgrade to a new iMac but I can not at this moment. :(
Jun ’20