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
Make the file executable:
chmod +x ~/.lldbinit