Value of type 'JSONDecoder' has no member 'keyDecodingStrategy'
ranhsd opened this issue · 1 comments
ranhsd commented
Hi, I am getting this error after upgrading to the latest version (1.1.1) via cocoapods.
I read about it a bit and it looks like a known bug in Swift
https://bugs.swift.org/browse/SR-7180
The problem is that the in older version (1.1.0) I cannot fetch the user media so that's the reason why I upgrade it to the latest one.
KhashayarJan commented
That's not a bug.
keyDecodingStrategy is part of Swift 4.1 which is included in Xcode 9.3
update your Xcode and the error will go away