Reputation: 11
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.
Upvotes: 1
Views: 333
Reputation: 5056
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.
Upvotes: 2