3

Started integrating the ObjectMapper in my iOS application to map the objects to entities. But getting errors

Errors: Expected declaration, Use of undeclared type 'Object', Use of undeclared type 'JSON'

enter image description here

Harshavardhan
  • 1,266
  • 2
  • 14
  • 25

1 Answers1

1

Xcode 7.3 is required if you are ObjectMapper 1.2.0 and up

Ishaan Sejwal
  • 660
  • 9
  • 29