GTMAppAuth icon indicating copy to clipboard operation
GTMAppAuth copied to clipboard

Stop using deprecated NSKeyedArchiver methods

Open petea opened this issue 5 years ago • 0 comments

xcodebuild: GTMAppAuth/Source/GTMAppAuthFetcherAuthorization+Keychain.m:31:26: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in watchOS 5.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]

xcodebuild: GTMAppAuth/Source/GTMAppAuthFetcherAuthorization+Keychain.m:41:48: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in watchOS 5.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]

petea avatar Oct 01 '20 08:10 petea