xcode 5.0 で単体テスト ファイルを作成しようとすると、次のエラーが発生します。
The test bundle at /.../Tests.octest could not be loaded because it is built for a different architecture than the currently-running test rig (which is running as x86_64).
私は何をすべきか?
xcode 5.0 で単体テスト ファイルを作成しようとすると、次のエラーが発生します。
The test bundle at /.../Tests.octest could not be loaded because it is built for a different architecture than the currently-running test rig (which is running as x86_64).
私は何をすべきか?