我正在尝试使用命令行运行我的逻辑测试( 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.'
我希望模拟器在我通过命令行运行项目时运行,以便它可以访问钥匙串。或者在通过命令行运行proj时是否还有其他方法可以访问钥匙串? 请帮忙!!!