On Mon, Feb 27, 2012 at 5:19 AM, danmiser <[email protected]> wrote:

> I'm down to some final testing. Things work pretty well on the simulator,
> but
> when I choose the Release | iPhone configuration and Run, I get this
> compile
> error:
> Could not link assemblies (MT2001)
>
> I set the Linker behavior to Don't link and then I get this error:
> mtouch exited with code 1
>
> It looks like I get the same behavior when trying the Debug | iPhone
> configuration, too.
>
> The assemblies that I brought over from Windows are all .NET 3.5 or below.
>

You can't do that. All referenced assemblies must be compiled using
MonoTouch. The most common (open source) projects already have MonoTouch
projects which you can use, otherwise you'll have to create projects for
them yourself (it's quite simple: it boils down to creating a new MonoTouch
library project, and then adding the source files (as links) to it).

I hope this helps,
Rolf
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to