Here's a simplified outline of my solution's projects: Main Data SQLite
The Data project references the SQLite project, and the Main project references the Data project. Everything builds fine when building for the simulator (I understand that this is a simplified build process) but, when attempting to build for testing on an iPhone, I was getting the following error: Could not link assemblies: System.IO.FileNotFoundException: Could not resolve: SQLite Oddly, while typing this I tried adding a reference for the SQLite project to the Main project, and it built just fine! Confusingly, it's still building after removing the reference to SQLite from Main!? I'm really confused. I seem to have to "massage" MonoTouch into working sometimes. It seems to get confused as to which libraries it can\can't see. Should it be this fiddly? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Problem-building-when-set-to-debug-on-iPhone-tp3944376p3944376.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
