I am using Gloss for JSON decoding with Xcode9 beta 1 Swift 4. I am facing following issue:
It was working like charm in Xcode8.3.3 with Swift 3 but since I have upgraded to latest Xcode9, it has stopped working. I am guessing that Gloss decoding has a conflict with Swift 4 JSON decoding. Did anyone face the similar issue? Appreciate any help in this regard.