Using MonoTouch 4.0.4.1 and MonoDevelop 2.6b3
Our Default.png file is marked as “Content”
When we build the app, the resulting .app file when viewed using “Show Contents” in finder does not contain the Default.png.
The png is 320×480 32 bit
In previous versions the Default.png was being added correctly.
Has something changed?
There is a bug in the MonoDevelop beta releases that will not copy the content in root over to output. You can either use a post-build command to copy (and then resign!!!) the content or you can use the stable version of MonoDevelop (2.4.x)