I have saved some screenshots in the iPhone Simulator running iOS 5, but I can\'t find them.
I had this problem before, and it took me frickin\' ages to find them i
They are stored in:
~/Library/Application\ Support/Developer/Shared/Xcode/Screenshots
I like putting them in my Dropbox to have them on my other devices too.
cd ~/Library/Application\ Support/Developer/Shared/Xcode/
mkdir ~/Dropbox/Pictures/xcode/
mv Screenshots/* ~/Dropbox/Pictures/xcode/
rm -rf Screenshots
ln -sf ~/Dropbox/Pictures/xcode/ Screenshots
This will create a symbolic link to your Dropbox in Pictures/xcode