Thx
Post
Replies
Boosts
Views
Activity
Thx so much !
I have done that, but didn't work because I kept Identifiable on my ProductModel structure.
After removing it, it worked fine.
Thank you so much.
The error object helped me to find the reason.
Thank you
The reason for the problem was because the string format was different from the dateFormatter.formatOptions.
The right one should be:
dateFormatter.formatOptions = [.withInternetDateTime]
It did work.
Thanks
Hey Thisisbohau, any link you can provide me to go directly to this point you just told me about ?
Thank you
Worked