Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"po" command in Xcode 4.6 is very slow the first time

I upgraded to Xcode 4.6 and whenever I debug and I execute "po" for the first time to inspect an object, the debugger takes like 1 minute to return. After that, every "po" command will work fast as usual.

Are you guys seeing this as well? Any fix?

Thank you

like image 346
LocoMike Avatar asked Feb 07 '13 20:02

LocoMike


1 Answers

Upgrading to 4.6.2 fixed this problem for me in Xcode

like image 75
mattvv Avatar answered Oct 21 '22 15:10

mattvv