When I debug on Xcode it takes around 30 seconds or more to print results of po
on Xcode console.
Unfortunately, this is only few information I have on the issue.
However, there is another point to consider. This issue is very specific to a project. This is because when I use po
for other projects on same Macbook, it works immediately. Also, this particular project is slow on all other Macbook, and for all team.
I googled it but no relevant answer found. I find it easy to use print(...)
rather than using debugging on Xcode console. However, it's more work and requires lots of rebuilds.