Good afternoon: Help to deal with JSONModel. Link to screenshots https://yadi.sk/d/ClyoCyVMkoToC I had to make all the screens in one folder, because I can not add more than one link The problem:
The project accepts JSON from the site. NSlog looks like this (screenshot 1)
There is a model CatalogModel (screen 2)
Code that handles (screen 3)
When starting, I get an error (screen 4 and screen 5)
Cleaning the project does not help.
If I remove from the ListModel model, then everything works fine.
As I understand it, I am not correctly describing the model, but I took this example of description from the project page on the github.
.m, and let's see what is in these classes. - Max Mikheyenko