guojiubo
Results
2
issues of
guojiubo
Looks like NSKeyedUnarchiveFromData is deprecated by Apple and I'm hitting this warning(console log): ``` [general] 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future...
The previous version is available on CocoaPods and we can ingest it into our iOS project as below: ``` pod 'OneDsCppSdk.iOS', '3.7.62.1' ``` However, the latest version - v3.8.32.1 is...