nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tapping flag results in error

johnrnyquist opened this issue · comments

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

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

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.

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