I have a *MonoTouch Library Project *referenced by my main MonoTouch iPhone
app project.

In that project I am creating an "*iPhone View Controller*" from the
template which create the *UIViewController* along with the XIB file.

I am creating this in a sub-folder of the library project (eg. */my_lib/foo*)

This throws a build error, saying

Error CS1566: Error reading resource file
`/<PATH>/my_lib/obj/Debug/nibs/foo/bar.nib' (CS1566)


This doesn't appear to be a limitation of library projects, because when I
create a UIController/XIB template in the root folder it builds just find.

Is there something special I need to configure so that it knows how to
build the XIB file?
Thanks

-- 
*Phil *Cockfield
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to