Oleg Stepanischev
Oleg Stepanischev

Reputation: 11

Attaching armv7 static library to Monotouch project

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

Answers (1)

Geoff Norton
Geoff Norton

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

Related Questions