Skip to main content
34
results
Andrew Fletcher
Updating Realm and RealmSwift from 5.5.x to 10.0.0 brought in the following error  RealmSwift 10.1: framework not found realm-syncThe greatest clue I came across to solving this issue was on the Realm GitHub issues page for realm-sync error.  However, updating Cocopods wasn't the only step required to correct this issue.  The steps I took were: Update Cocopods to v1.10.0 using sudo gem install cocoapods Deintegrate all of your pods pod deintegrate Install the pods from the...
Andrew Fletcher
[AutoFill] Cannot show Automatic Strong Passwords for app bundleID:...
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...