You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some error on class Observer.
Indeed this row throw an error --> Alamofire.request("http://api.icndb.com/jokes/random/\(count)") -- Error: Module 'Alamofire' has no member named 'request'.
I red some post on stackoverflow that say to change 'Alamofire.request' to 'AF.request' from 5.x.x version.
But in this way I have another error on --> 'if let json = response.result.value' -- Error: Type of expression is ambiguous without more content.
The text was updated successfully, but these errors were encountered:
I have some error on class Observer.
Indeed this row throw an error --> Alamofire.request("http://api.icndb.com/jokes/random/\(count)") -- Error: Module 'Alamofire' has no member named 'request'.
I red some post on stackoverflow that say to change 'Alamofire.request' to 'AF.request' from 5.x.x version.
But in this way I have another error on --> 'if let json = response.result.value' -- Error: Type of expression is ambiguous without more content.
The text was updated successfully, but these errors were encountered: