List Question
20 TechQA 2023-11-17T16:31:26.817000NSKeyedUnarchiver.unarchivedObject(ofClass... returns nil although its deprecated predecessor function worked
105 views
Asked by Mike Nathas
Crash when unarchived data to CNContact
120 views
Asked by Roei Nadam
NSCoder fails to decode object a second time if the object was already successfully decoded
22 views
Asked by Warpling
Unarchiving - iOS Swift - Can't get new method going
82 views
Asked by Kent
How do I properly use a getter as a selector in Objective-C? Getting deprecation warnings in modern Xcode
45 views
Asked by Doug Smith
How to replace NSKeyedUnarchiver.unarchiveTopLevelObjectWithData with unarchivedObject when data is a Dictionary
1.9k views
Asked by Jordan H
Can someone explain how to use NSKeyedArchiver and NSKeyedUnarchiver in Swift?
255 views
Asked by davidmark
[MyClass initWithCoder:]: unrecognized selector sent to instance - On iOS16
82 views
Asked by Mohammed Abdul Basith
How to archive and unarchive an SKPhysicsBody array using UserDefaults since iOS 12.0
89 views
Asked by Guitarman4
Decoding NSArchiver with NSKeyedUnarchiver
316 views
Asked by Trygve
How to fix "This decoder will only decode classes that adopt NSSecureCoding. Class 'UIImageView' does not adopt it."
453 views
Asked by Ali Akbar
How to update my new code so that I can unarchive data from my old app in the App Store?
84 views
Asked by MPD
NSKeyedUnarchiver Warnings since iOS 15
1.3k views
Asked by EK412
how to unarchive plists in bundle using a path in Swift 5
242 views
Asked by bpedit
Xcode 13 Warning - [NSKeyedUnarchiver validateAllowedClass:forKey:]
1.6k views
Asked by the monk
Unarchiving data with new NSKeyedUnarchiver APIs while failed to satisfied unarchivedObjectOfClass it required
601 views
Asked by ThisIsJoe
Swift: nskeyedunarchiver fails and terminates app with 'NSInvalidArgumentException', reason: '-[__NSCFData count]
298 views
Asked by Matter4478
Cocoa: how to unarchive a NSMutableAttributedString with archived attributes?
173 views
Asked by Peter Shaw