Skip to main content
23
results
Andrew Fletcher
When those simple annoyances are too frustrating!  Yes we have all been there and I was really hoping that Apple would have fixed what is obviously a bug. Historically I have found Core Data annoying to work with... so for a while now I have been managing the database using Realm.  However, with Realm now significantly bloating (553MB) and the Realm Browser app on OSX no longer usable, it was time to visit my old friend.  With open arms it tripped me up straight...
Andrew Fletcher
Post the recent update to Xcode 12.x (12A7300), I found opening an app...
Andrew Fletcher
I'm currently working on a project that requires login, register, forget...
Andrew Fletcher
Localization is the process of showing other languages in your app and is...
Andrew Fletcher
Updating Realm and RealmSwift from 5.5.x to 10.0.0 brought in the following...
Andrew Fletcher
[AutoFill] Cannot show Automatic Strong Passwords for app bundleID: your.bundle.id due to error: iCloud Keychain is disabled This error occurs when the system's user doesn't have iCloud Keychain enabled.  This will often be the case on the Simulator.  Try it on one of your devices and see what happens.  I received this message on one of my devices where iCloud Keychain is enabled: [AutoFill] Cannot show Automatic Strong Passwords for app bundleID: your.bundle.id due to...
Andrew Fletcher
I had an instance where I needed to move content from a plist to the server...
Andrew Fletcher
Today while in Terminal, I ran a regular script pod update.  However, this...