You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there am so thankful for your awesome job in this repo, this is my first time using it.
I an issue to sync some data
I tried by Alamofire, Networking and even from local JSON File.
the problem is I think to use this JSON as [[String:Any]]
here's the JSON content from the API and local file. { "id": 377, "fullname": "Francisco larrere", "avatar": "default.png", "country": "AR", "phone": 54200000000, "email": "franci****@hotmail.com", "horses": [ { "id": 103, "gender": 4, "type": 0, "sold": 0, "image": "5e42d06168f61-103.jpg" }, { "id": 102, "gender": 4, "type": 0, "sold": 0, "image": "5e42cfd8b7c94-102.jpg" } "privateHorses": [] }
and here's my model:
and my code: Local Networking
The text was updated successfully, but these errors were encountered:
My initial guess without seeing the actual error message would be that the privateHorses key is not matching the name of the core data relationship (horses).
Hello there am so thankful for your awesome job in this repo, this is my first time using it.
I an issue to sync some data
I tried by Alamofire, Networking and even from local JSON File.
the problem is I think to use this JSON as [[String:Any]]
here's the JSON content from the API and local file.
{ "id": 377, "fullname": "Francisco larrere", "avatar": "default.png", "country": "AR", "phone": 54200000000, "email": "franci****@hotmail.com", "horses": [ { "id": 103, "gender": 4, "type": 0, "sold": 0, "image": "5e42d06168f61-103.jpg" }, { "id": 102, "gender": 4, "type": 0, "sold": 0, "image": "5e42cfd8b7c94-102.jpg" } "privateHorses": [] }
and here's my model:
and my code:
Local
Networking
The text was updated successfully, but these errors were encountered: