Hi Martin, If you are using the Makefiles found in the monotouch-bindings project, you can ignore the TARGET variable. That variable is only used for compiling native Xcode projects. The only Makefile rule you should have is the .dll rule.
Hope that helps, Jeff On Wed, Jun 13, 2012 at 9:33 AM, ZNNXL <[email protected]> wrote: > Hello, > > my question is, in the makefile we are found a TARGET. > > In the sample the target is XMBindingLibrarySample > > Now we ask ourselves what is meant by TARGET. > > At present, we get a error: xcodebuild:error: The project > 'Framework/***.xcodeproj' does not contain a target named > 'FrameWorkBindingLibrary'. > > We have included a file named FrameWorkBindingLibrary.cs with Exports. > > Thanks > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/MonoTouch-Binding-TargetName-in-MakeFile-tp4655347.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
