I am trying to display one of my projects xib file on unity screen. I have written plug-in for that & dropped my xib file and necessary images into Unity Project section under Plugins->iOS folder.

The main problem is that the data is not being populated and I am not able to handle the touch events on screen even the images are not being referred properly. Below is screenshot:

and it is giving the below warning in console:
Could not load the "Messge.png" image referenced from a nib in the bundle with identifier "com.companyname.appname"
Any help is highly appreciated.