Decodable icon indicating copy to clipboard operation
Decodable copied to clipboard

Ambigous operator => xcode 13

Open dash-1234 opened this issue 3 years ago • 2 comments

Hi, I tried running decodable on xcode 13 and getting error wherever kepath operators being used => showing error Ambigous operator. How to solve this.

dash-1234 avatar Oct 26 '21 08:10 dash-1234

Hello,

Did you found a solution, I have the same issue ?

Jean-PhilippeDESCAMPS avatar Feb 15 '22 08:02 Jean-PhilippeDESCAMPS

Hello @dash-1234,

I have found something but im stuck on this issue : Generic parameter 'A' could not be inferred. Im trying to json =>? "credits" => "authors" as! [ContentAuthor] but its not compile because of json =>? "credits"

Do you know why I got Generic parameter 'A' only on this line ?

Best

Jean-PhilippeDESCAMPS avatar Feb 22 '22 16:02 Jean-PhilippeDESCAMPS