Yeah, it was already discussed a lot, but I really missed the conversation.
After adding all that code (# encoding: UTF-8) on the headers of each file of the project I was still getting the same error.
After digging a bit about it, I’ve found this blog that explains to just create an initializer with this content:
Encoding.default_external = 'UTF-8'
And right after a restart the app should work, and in my case, worked!
I’ve decided to invest more time in myself. Doing what I’m doing in daily basis, but focusing on things that I can improve. And I think it’s only possible, if I have some other devs checking what I’m creating.



