Adding photos to the iPhone simulator

Mar 13, 2012 · Follow on Twitter and Mastodon archiveios

I’m building an iOS app that makes use of the device camera. It works well, but since I’m also using the simulator, I want to be able to select pictures from the photo library as well.

However, once I open up a UIImagePickerControllerSourceTypePhotoLibrary dialog in the iPhone simulator, I’m presented with the following screen:

No Photos iPhone screen

Can I? I haven’t found a way, but there’s a workaround that can add photos to a simulator.

Just open up Finder and drag any image you want to add into the simulator. When you see the green plus icon, just release the image. The image will then open up in Safari, like this:

Safari browser screenshot

Click the image and keep the button pressed. You now get an option to save the image:

Save option

That’s it! If you open up the photo library, you’ll see the image in your list of saved images:

Photo library

You can then use it as you see fit in the simulator.

Hope it helps!

Discussions & More

Please share any ideas, feedback or comments you may have in the Disqus section below, or by replying on Twitter or Mastodon.

If you found this text interesting, make sure to follow me on Twitter and Mastodon for more content like this, and to be notified when new content is published.

If you like & want to support my work, please consider sponsoring me on GitHub Sponsors.