Hi Dermot, The Xcode sync project is stored in the 'obj' directory of the MonoTouch project.
I suspect that deleting that won't matter, though, because MonoDevelop generally deletes and re-syncs everything when you launch Xcode on a xib. I would suggest taking a look at your ApolloApp.GenreTableController class and make sure that it has a [Register] attribute on it. That's why it can't map that C# class to Objective-C, because it doesn't know what the Objective-C name should be. Hope that helps, Jeff On Fri, Apr 20, 2012 at 2:49 AM, dermotos <[email protected]> wrote: > I've tried deleting the obj folder but no luck. As for sending the project. > It's quite a large project and is nearing completion after over a years > development, so im not comfortable sending the source code of the entire > project. If there are any parts that you think could help diagnose the > issue > I would be more than happy to send them on. > > As for a work-around, I remember noting a while back that Monodevelop > generates a companion xCode project so interface builder can work with > that, > but I cant find it on my system. Is this still the case, and where would I > find it? Perhaps deleting this will help me, as I've already restored the > offending xib file from a backup and its still not working > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Monodevelop-will-no-longer-allow-me-to-edit-a-XIB-tp4570808p4573026.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
