I have a file ~/.lldbinit with a single alias:
command alias pi print (int)
But when I run my app from Xcode, the alias does not work. How
Note that ~/.lldbinit does work in Xcode 4.3.2, iOS.