mattpolzin / JSONAPI

Swift Codable JSON:API framework
MIT License
75 stars 19 forks source link

Type 'ResourceObject<Description, MetaType, LinksType, EntityRawIdType>' does not conform to protocol 'Equatable' #20

Closed chrisballinger closed 5 years ago

chrisballinger commented 5 years ago

This seems to be an issue affecting versions after 0.21.0. I'm guessing it has to do with the renaming from Entity => ResourceObject.

Integrated via CocoaPods, using Xcode 10.2.1.

chrisballinger commented 5 years ago

Turns out it was from an issue compiling ResourceObjectCheck.swift. Excluding that file from the target fixes the compilation issue.