nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.73k stars 697 forks source link

Tapping flag results in error #54

Open johnrnyquist opened 3 years ago

johnrnyquist commented 3 years ago

When running the app, if tap on any flag in the country detail, you get the following error: Thread 1: Simultaneous accesses to 0x7f9ef2eae650, but modification requires exclusive access

nalexn commented 3 years ago

Hey @johnrnyquist could you share which os version and device you were using?

johnrnyquist commented 3 years ago

I'm so sorry for the delay @nalexn! I was using 14.4 when I encountered the issue running on the 2nd generation iPhone SE simulator.

nalexn commented 3 years ago

Just launched tests on SE 2gen iOS 14.4, - no such error. Please consider re-testing the most recent code from the repo using the latest Xcode