Errata for Advanced iOS App Architecture 4th Edition

Creating this topic to catch any typos and bugs in the 4th Edition of Advanced iOS App architecture.

I noticed that after getting through the login screen and everything else, the LaunchViewController, even though not a part of the View Hierarchy, is still retained in memory.
Is this intentional, or a bug?

Thanks.

Section 3: Example App: Koober
Getting from launch to onboarding
– on line 45, the launch view asks the view model to attempt to load a user session to see if a user is signed in. –
should be line 46. Line 46 in code: loadUserSession()

Esta bien para mi. Me gusto la parte de casos de uso.
Creo una actualizaciĂłn con Async/Await y un poco de combine, para la parte avanzada estarĂ­a excelente.
Otra seria Viper mas que todo por su denominaciĂłn.

section 1, chapter 3

Since MainViewController is subscribed to view ’s publisher, this update publishes the new .onboarding value and tells MainViewController to transition from it’s current presentation to presenting OnboardingViewController .

“it’s” should be “its”

section 1, chapter 4:

Being able to have multiple developers work independently on the same feature at the same time without stepping on each others toes.

should be “each other’s”