8

Everything worked fine, but on some build I've got this (when trying to launch tests):

The test bundle at "path to xctest" could not be loaded because it is built for a different architecture than the currently-running test rig (which is running as x86_64)

What am I doing wrong? I've tried to rebuild, clean, relaunch Xcode, reboot OS X...

4

1 に答える 1

7

私は解決策を見つけたと思います!現在、iOS 6 および iOS7 x64 用にビルドすることはできません。そのため、iOS7 x64 が必要な場合は、ビルド変数を変更する必要があります (プロジェクトをクリックしてから、ターゲットをクリックします) アーキテクチャを値 "...includes 64-bit" に変更する必要があります。残念ながら、7 より前の iOS はサポートされていません。

たぶんこれが役立ちます。

于 2013-09-29T14:09:34.917 に答える