Make sure that your LinkWith attribute is correct in the binding project and that the btouch command is adding the native library(s) with the proper resource name (it has to match what is in the LinkWith attribute).
If those are correct, you can do click the Build / Clean menu option and then try building again. Hope that helps, Jeff On Thu, Feb 28, 2013 at 4:24 AM, mkovalyk <[email protected]> wrote: > Still have problem with makefile, but decided to delay it for a better > time.) > About project. So, I did project with xcode and monodevelop. I did a fat > library and create dll file. > When I'm using it, I have error - > * ld: file not found: > > /var/folders/lj/lz5d3bzj44n2mzt7qz9zrncc0000gn/T/tmp4264a99f.tmp/libIIViewDeckController.a > collect2: ld returned 1 exit status > ld: file not found: > > /var/folders/lj/lz5d3bzj44n2mzt7qz9zrncc0000gn/T/tmp4264a99f.tmp/libIIViewDeckController.a > collect2: ld returned 1 exit status > lipo: can't open input file: > /var/folders/lj/lz5d3bzj44n2mzt7qz9zrncc0000gn/T//ccQ26RwF.out (No such > file > or directory)* > As I understood it does some cache. How can I resolve this problem? > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Again-about-binding-Wrapper-class-mising-tp4658118p4658130.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
