Closed kukudas closed 9 years ago
In the readme it is written that the following has to be done to use AlamofireJsonToObjects:
import AlamofireJsonToObjects
If i do this i get the following error: Use of undeclared type 'EVObject' If i add the following import: import EVReflection it works.
I'm using Cocoapods.
Thanks, you are right, the files that declare the data object classes also need to import EVReflection. I have update the realm for this.
In the readme it is written that the following has to be done to use AlamofireJsonToObjects:
import AlamofireJsonToObjects
If i do this i get the following error: Use of undeclared type 'EVObject' If i add the following import: import EVReflection it works.
I'm using Cocoapods.