I'm assuming you did the binding library:

"/Users/pos/Desktop/binding/VPC_MonoTouch/NextFrameWorkBindingLibrary.dll"

If you expand the static library (.a) you should see a libXXX.linkwith.cs file.
This is where the [LinkWith] attribute is located.

You'll need to add:

Frameworks = "CoreGraphics"

inside it (or add "CoreGraphics" to the list of framework already
present). Other frameworks might also be required.

Sebastien

On Thu, Jun 21, 2012 at 10:13 AM, ZNNXL <[email protected]> wrote:
> Thanks for you answer!
>
> LinkWith Attribut, i never hear it before
>
> Where would I write this [Link With]?
> How would, for example, with "CoreGraphics" look like?
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/ERROR-Build-as-Release-tp4655516p4655519.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

Reply via email to