I want to know how to sync images from iTunes to the iPhone simulator.
I spent a while looking into this, and my conclusion for now is that although the Photos app says:
"You can sync photos and videos onto your iPad Simulator using iTunes."
it's probably not actually simulator-specific instructions, but a generic message of the form
"You can sync photos and videos onto your
{DEVICE_NAME}
using iTunes."
Where {DEVICE_NAME}
is determined by calling [[UIDevice currentDevice] model]
.