Whenever I debug my app, I get the message of their being a new version of RealmSwift, 10.52.2.
I installed RealmSwift using pods. with this I have no experience. Unsure of what the proper technique, I just ran the same pods procedure that I got from YouTube, to install it. Ran it more than once, and in all the verbiage it definitely said 10.52.2
But when I finally looked at the .info file of the Realm part of my project, it said 10.52.1
Can someone help me out on how to upgrade RealmSwift on my Mac, as well as in my project file?
Sorry need a little more help: I did as told, yet I have little to no knowledge of pods, etc. Gotten this far with YouTube.
I changed my pod file to:
Uncomment the next line to define a global platform for your project
platform :ios, ‘12.0’
target ‘How Many’ do
Comment the next line if you don’t want to use dynamic frameworks
use_frameworks!
Pods for How Many
pod ‘RealmSwift’, ‘>=10’
end
No matter how much I played with the 10 it still only installs 10.52.1
Analyzing dependencies
Downloading dependencies
Installing RealmSwift 10.52.1
Generating Pods project
Integrating client project
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.