update reduce time for TDD

This commit is contained in:
Jungpyo Hong 2022-04-07 21:17:25 -05:00 committed by GitHub
parent 25a9c31e25
commit fb521b0979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1852,9 +1852,11 @@ Normally in complicated Application, build time for testing is crazy therefore,
Here are useful ways that we can reduce build time when we are working with TDD style.
1. tuist focus
2. detach debug in scheme
2. Detach debugger in **Edit Scheme**
[] un-check Debugger option
<img src = "https://github.com/jphong1111/awesome-ios-developer/blob/main/Images/detach_debuger.png"/>