I have a class library project (developed in VS) which I want to share with a MonoTouch project I’m working on. The problem is that when I try to add a reference to the library project in MonoDevelop an error is displayed saying ‘Incompatible target framework: v.NETFramework,Version=v3.5)’.
From what I’ve read on the web I have to create another class library project in MonoDevelop and then link all the project files from the original into it…I’ll do this if I have to but i’d rather have a cleaner solution to this, if not a simple project file fix then maybe a script I can run…
Regards
Lee
A Portable Class Library would be the way to go, but unfortunately not yet properly supported in the current version of MonoDevelop with MonoTouch. Work seems to be in progress though.