Hugo Vanderlei

Results 9 comments of Hugo Vanderlei

I tested it in both xcodes, and it always worked on XCode 13, where the method was called on the main thread. However, when I use XCode 14, the method...

I was able to solve it on my project. On XCode 14, I observed that even when an async trigger method is called by another method with @ MainActor, the...

In my case it only happened on async methods. I guess something was changed in the Concurrency on swift 5.7

Yesterday it was working normally, but after I updated the Mac OS to Sonoma 14.3, I have been receiving the same error. I have the updated version, deleted the previous...

I'm stuck with this error and can't build my project