コマンドラインを使用してロジック テスト ( OCUnit ) を実行しようとしています。しかし、エラーで失敗します。
使用したコマンド
xcodebuild -sdk iphonesimulator4.3 -configuration Debug -project XYZ.xcodeproj -target XYZ build
エラー
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't add the Keychain Item.'
キーチェーンにアクセスできるように、コマンドラインからプロジェクトを実行しているときにシミュレーターを実行したいです。または、コマンドラインからプロジェクトを実行するときにキーチェーンにアクセスする他の方法はありますか? 助けてください !!!