If you're using a Makefile then you're likely not using the new binding project, which includes LinkWith support.
Try adding: -gcc_flags="-framework CoreGraphics" to your project's Options, iPhone Build, inside the "additional mtouch arguments". This will do the same as [LinkWith] does (but you'll need to add it to both Debug and Release options). Sebastien On Thu, Jun 21, 2012 at 10:53 AM, ZNNXL <[email protected]> wrote: > Thanks for you answer. > > mhh, the .dll file and .a files are creating automatic with a make file. > > Additionally there are 4 *. A * create files > a Universial > an ARMv6 > a ARMv7 ... > > With what program can expand static librarys? > can integrate the frameworks of default can be automated? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/ERROR-Build-as-Release-tp4655516p4655525.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
