Well, if the *.a is really an armv7 or armv7s library and not i386, that would be why it's not working on Simulator either, then.
You need to make sure that the LinkWith attribute has the correct values or things won't work. Right now, your LinkWith attribute says that the *.a is for LinkTarget.Simulator (aka i386). Jeff On Wed, Feb 27, 2013 at 8:45 AM, mkovalyk <[email protected]> wrote: > I think there was some misunderstanding. I said that When I build *.a > library > I can't choose i386. I can only choose armv7 or armv7s version. So it is > armv7 by default.) > I will try to create fat library. If it helps, I will let you know.) > > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Again-about-binding-Wrapper-class-mising-tp4658118p4658122.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
