I have 3rd party static library compiled for i386 and armv7 architectures (without armv6). Is there a way to link Monotouch project with armv7 library? Monotouch adds '-arch armv6' parameter to gcc and I don't know how to change it.

link|improve this question
feedback

1 Answer

The current release of monotouch supports all existing iPhones and thus compiles for armv6 since it runs everywhere.

The next major release will support targeting armv7 specific binaries.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.