'file' doesn't show thumb-ness.  You need to use "otool -tv $library" and
look for instructions that have an address ending in '2'.

run

  $ otool -tv thelibrary.a | grep ^.......2

and if anything is printed, it's thumb.

On Thu, Sep 29, 2011 at 9:01 AM, Jeff Stedfast <[email protected]> wrote:

> Hi Walter,
>
> You can use the `file' command on the library to see if it is built for
> thumb or not - that's the easiest way to tell if this is a possible issue or
> not.
>
> Also, just to make sure, you are saying it crashes on Device, right? Does
> it crash in the simulator?
>
> Jeff
>
>
> On Wed, Sep 28, 2011 at 8:28 PM, retlaW <[email protected]>wrote:
>
>> Unfortunately I do not have the code to rebuild the library, but I will
>> see
>> if this version has Thumb support and if so, if can I get a version but
>> without that set.
>>
>> Is this a bug with certain versions?  i.e could I go back to an old
>> version
>> of MonoTouch to test this and get a definitive answer that this is the
>> issue?
>>
>>
>>
>> Thanks.
>>
>> Walt
>>
>> --
>> View this message in context:
>> http://monotouch.2284126.n4.nabble.com/Native-code-issue-tp3853257p3853847.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
>
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to