nskeyedunarchiver
How can I decode an object when original class is not available?
This might be another solution, and it’s what I did (since I didn’t use Swift at that time). In my case, I archived an object of class “City” but then renamed the class to “CityLegacy” because I created a completely new “City” class. I had to do this to unarchive the old “City” object as … Read more