Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有为 i386 和 armv7 架构(没有 armv6)编译的 3rd 方静态库。有没有办法将 Monotouch 项目与 armv7 库链接?Monotouch 向 gcc 添加了“-arch armv6”参数,我不知道如何更改它。
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.