In my app the images are organized this way:
- Resources
- Icons
- Images
- Buttons
- ...
As stated in this post http://stackoverflow.com/questions/16938250/xamarin-studio-folder-structure-issue-in-ios-project I've changed the IPhoneResourcePrefix property of my .csproj with this: Resources;Resources/Icons;Resources/Images;
This way I have all my images loaded in xcode and showed on storyboard.
With the latest build of Xamarin Studio, nothing more is copied on xcode and so all the app go withoud images.
Is there a way to work around this issue ?