I want to know how to sync images from iTunes to the iPhone simulator.
After the iPad Simulator opens the dragged-in image in Safari, press-and-hold the image until the popover comes up. From the popover, choose Save Image. This saves the image to your iPad Simulator photo library.
I'VE GOT IT! You must 'drag' the picture to the ipad 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]
.
Drag the photo into the simulator. After the iPad Simulator opens the dragged-in image in Safari, press-and-hold the image until the popover comes up. From the popover, choose Save Image. This saves the image to your iPad Simulator photo library.
Unfortunately for people who regularly upgrade, the iPhone Simulator for iOS 4 does not have a Photo Album as far as I can see. None of the suggestions above works with it.