Instead of this: lldb attach -p `ps x|grep MobileCal|grep -v grep|awk '{print $1}'` You might want to try this: lldb attach -p `pgrep -x MobileCal`
The Kindle app shows up in iTunes when you sync your iPad, same place as the iWork apps. You can just drag & drop the .mobi file there and it will load it into the Kindle app on the iPad.
Instead of this: lldb attach -p `ps x|grep MobileCal|grep -v grep|awk '{print $1}'` You might want to try this: lldb attach -p `pgrep -x MobileCal`
The Kindle app shows up in iTunes when you sync your iPad, same place as the iWork apps. You can just drag & drop the .mobi file there and it will load it into the Kindle app on the iPad.