Anviking / Decodable

[Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right
MIT License
1.04k stars 73 forks source link

Ambigous operator => xcode 13 #167

Open dash-1234 opened 2 years ago

dash-1234 commented 2 years ago

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

Jean-PhilippeDESCAMPS commented 2 years ago

Hello,

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

Jean-PhilippeDESCAMPS commented 2 years ago

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