I am trying to move a project from xcode to xamarin. The project uses a storyboard and images.xcassets to organise the images. When I add the images to the Resources folder and try to open the storyboard for editing none of the images are showing or accessible from within xcode/interface builder. I have also tried to add image assets through xamarin rather than straight out of XC with the same result.
All the images work, however, when we import them flat to the Resources folder i.e not in an imageset or .xcassets folder
The rough structure I am after is attached.
Anyone else had this issue or know a way around it?