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.
Xcode 4.5でiOSアプリをビルドすると、すべてのソースファイルに対して依存関係分析の警告が表示されます。
warning: no rule to process file of type sourcecode.c.objc for architecture armv6
これにより、最終的にバイナリが失われます。ここで何が問題なのですか?
ビルド設定:armv6armv7有効なアーキテクチャとiOS4.3デプロイメントターゲット。
Xcode 4.5は、armv6バイナリのビルドをサポートしなくなりました。
有効なアーキテクチャをarmv7に設定します。